{
  "name": "p6-service",
  "version": "0.0.7",
  "description": "Extendable service system",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Tuan Nguyen <picosix.com@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "yarn build-ts && yarn tslint",
    "test": "jest --coverage --verbose",
    "build-ts": "tsc",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "precommit": "yarn build && pretty-quick --staged",
    "prepare": "yarn build && pretty-quick --staged"
  },
  "dependencies": {
    "change-case": "^3.0.1",
    "lodash": "^4.17.4",
    "winston": "^2.4.0"
  },
  "devDependencies": {
    "@types/jest": "^22.1.0",
    "@types/lodash": "^4.14.97",
    "@types/node": "^9.4.0",
    "@types/winston": "^2.3.7",
    "concurrently": "^3.5.1",
    "jest": "^22.1.4",
    "prettier": "^1.10.2",
    "pretty-quick": "^1.2.3",
    "ts-jest": "^22.0.1",
    "ts-node": "^4.1.0",
    "tslint": "^5.9.1",
    "typescript": "^2.6.2"
  }
}
