{
  "name": "eft-unified",
  "version": "1.0.0",
  "description": "A unified library for EFT modules",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/SadFriday/eft-unified.git",
  "keywords": [
    "EFT",
    "unified"
  ],
  "author": "Wasu Sonthichai <greencoloredlife@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "jest": "^27.4.7",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.5.5"
  },
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --config .prettierrc \"src/**/*.ts\" --write",
    "lint": "tslint -p tsconfig.json",
    "prepare": "yarn run build",
    "prepublishOnly": "yarn test && yarn run lint",
    "preversion": "yarn run lint",
    "version": "yarn run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "lib/**/*"
  ]
}
