{
  "name": "bisheng-plugin-typescript-interface",
  "version": "1.1.1",
  "description": "transform typescript interface comment to document",
  "pre-commit": [
    "lint",
    "cov"
  ],
  "files": [
    "lib"
  ],
  "egg": {
    "typescript": true
  },
  "devDependencies": {
    "@types/jest": "~23.3.2",
    "@types/node": "~10",
    "@types/power-assert": "^1.5.0",
    "commitizen": "^3.0.4",
    "conventional-changelog-cli": "^2.0.12",
    "cz-conventional-changelog": "^2.1.0",
    "egg-bin": "^4.11.0",
    "egg-ts-helper": "^1.22.1",
    "power-assert": "^1.6.1",
    "pre-commit": "^1.2.2",
    "rimraf": "~2.6.2",
    "tslint": "^5.12.1",
    "typescript": "~3.1.0"
  },
  "scripts": {
    "commit": "git-cz",
    "clean": "rimraf lib dist coverage",
    "dev": "npm run clean && tsc --watch",
    "test-local": " egg-bin test",
    "debug": "egg-bin debug",
    "build": "npm run clean && tsc --build tsconfig.build.json",
    "lint": "tslint --project tsconfig.json",
    "cov": "egg-bin cov",
    "ci": "npm run lint && npm run cov && tsc  --build tsconfig.build.json",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "preversion": "yarn ci",
    "postversion": "yarn changelog && git commit -m \"chore: update changelog.\"",
    "pre-publish": "npm run changelog && npm run build"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "author": "DiamondYuan",
  "license": "MIT",
  "dependencies": {
    "@babel/generator": "^7.3.3",
    "@babel/parser": "^7.3.3",
    "@babel/types": "^7.3.3",
    "mark-twain": "^2.0.3"
  }
}
