{
  "name": "sm2tsservice",
  "version": "3.4.2",
  "description": "swagger or yapi mock to typescript services and models",
  "repository": "git@github.com:gogoyqj/sm2tsservice.git",
  "author": "杨乾军 <yang@yang>",
  "license": "MIT",
  "main": "lib/index.js",
  "bin": "./lib/cli.js",
  "types": "lib/index.d.ts",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "validate-commit-msg"
    }
  },
  "files": [
    "lib",
    "static",
    "plugins"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.prod.json",
    "doc:build": "docz build",
    "doc:dev": "docz dev"
  },
  "dependencies": {
    "ajv": "^6.9.1",
    "body-parser": "^1.19.0",
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "detect-port": "^1.3.0",
    "easy-json-schema": "^0.0.2-beta",
    "es6-promisify": "^6.0.1",
    "express": "^4.17.1",
    "fs-extra": "^7.0.1",
    "json5": "^2.1.0",
    "jsondiffpatch": "^0.4.1",
    "lodash": "^4.17.11",
    "open": "^7.0.0",
    "request": "^2.88.0",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@types/body-parser": "^1.17.1",
    "@types/commander": "^2.12.2",
    "@types/detect-port": "^1.1.0",
    "@types/es6-promisify": "^6.0.0",
    "@types/express": "^4.17.2",
    "@types/fs-extra": "^5.0.5",
    "@types/http-proxy-middleware": "^0.19.2",
    "@types/jest": "^24.0.17",
    "@types/json-schema": "^7.0.1",
    "@types/json5": "^0.0.30",
    "@types/lodash": "^4.14.120",
    "@types/node": "8.9.3",
    "@types/qs": "^6.5.3",
    "@types/react": "^16.9.17",
    "@types/request": "^2.48.1",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "babel-jest": "^24.7.1",
    "docz": "^1.2.0",
    "docz-theme-default": "^1.2.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-prettier": "^3.0.1",
    "husky": "^1.3.1",
    "jest": "^24.9.0",
    "lint-staged": "^8.1.5",
    "prettier": "^1.19.1",
    "ts-jest": "^24.0.2",
    "typescript": "^3.7.4",
    "validate-commit-msg": "^2.14.0"
  }
}
