{
  "name": "@yued/pont-engine",
  "version": "0.2.18",
  "description": "pont swagger typescript API",
  "main": "lib/index.js",
  "typings": "src/index.ts",
  "bin": {
    "yued-pont": "bin/init.js"
  },
  "scripts": {
    "pretest": "npm run build",
    "test": "mocha --timeout 15000 -r ts-node/register test/**/test.ts",
    "dev": "tsc -w",
    "build": "rm -rf lib && tsc",
    "tsc": "tsc"
  },
  "dependencies": {
    "@yued/pont-engine": "^0.2.18",
    "chalk": "^2.3.0",
    "commander": "^2.19.0",
    "fs-extra": "^5.0.0",
    "lodash": "^4.17.5",
    "node-fetch": "^1.7.3",
    "prettier": "^1.17.1",
    "translation.js": "^0.7.5",
    "ts-node": "^3.3.0",
    "typescript": "^2.9.2"
  },
  "files": [
    "src",
    "lib",
    "*.md",
    "bin"
  ],
  "devDependencies": {
    "@commitlint/cli": "^7.5.2",
    "@types/chai": "^4.1.7",
    "@types/fs-extra": "^5.0.5",
    "@types/http-server": "^0.10.0",
    "@types/lodash": "^4.14.110",
    "@types/mocha": "^5.2.6",
    "@types/node": "^10.3.6",
    "http-server": "^0.11.1",
    "husky": "^1.1.3",
    "lint-staged": "^8.1.0",
    "mocha": "^6.0.1",
    "ts-node": "^3.3.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "post-merge": "yarn",
      "pre-commit": "npm run build"
    }
  },
  "lint-staged": {
    "{src, test}/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "keywords": [
    "pont",
    "swagger",
    "typescript",
    "API"
  ],
  "author": "jasonHzq",
  "license": "MIT"
}
