{
  "name": "wxq-api-ci",
  "version": "0.0.4-beta.3",
  "description": "快速生成api文档对应ts的interface文件",
  "main": "index.js",
  "bin": "lib/index.js",
  "scripts": {
    "build": "tsc -d",
    "test": "npm run build && node lib/index.js",
    "link": "npm unlink && npm link",
    "prepublish": "npm run test",
    "release:patch": "npm version patch && npm publish && git push origin main --follow-tags",
    "release:minor": "npm version minor && npm publish && git push origin main --follow-tags",
    "release:major": "npm version major && npm publish && git push origin main --follow-tags",
    "release:beta": "npm publish --tag beta"
  },
  "author": "wxq",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/WXQ2017/wxq-api-ci.git"
  },
  "devDependencies": {
    "@types/lodash.template": "^4.5.1",
    "@types/node": "^20.4.9",
    "@types/node-fetch": "^2.6.4",
    "ts-node": "^10.9.1"
  },
  "dependencies": {
    "@types/fs-extra": "^11.0.1",
    "chalk": "^4.1.2",
    "fs-extra": "^11.1.1",
    "lodash.template": "^4.5.0",
    "mkdirp": "^3.0.1",
    "node-fetch": "^2.6.12",
    "prettier": "^3.0.1",
    "tslib": "^2.6.1"
  },
  "keywords": [
    "typescript define",
    "swagger typescript"
  ],
  "engines": {
    "node": ">=13.2.0",
    "npm": ">=6.13.1"
  }
}
