{
  "name": "vite-plugin-vben-openapi",
  "version": "1.0.1",
  "description": "使用了https://github.com/chenshuai2144/openapi2typescript  修改了一些模板使用与vben请求",
  "main": "dist/index.js",
  "files": [
    "dist",
    "templates"
  ],
  "keywords": [
    "vite",
    "hmr"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc -w"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@umijs/fabric": "^2.5.6",
    "dayjs": "^1.10.3",
    "eslint": "^7.18.0",
    "glob": "^7.1.6",
    "lodash": "^4.17.20",
    "memoizee": "^0.4.15",
    "mock.js": "^0.2.0",
    "mockjs": "^1.1.0",
    "node-fetch": "^2.6.1",
    "nunjucks": "^3.2.2",
    "openapi3-ts": "^2.0.1",
    "prettier": "^2.2.1",
    "reserved-words": "^0.1.2",
    "rimraf": "^3.0.2",
    "swagger2openapi": "^7.0.4",
    "tiny-pinyin": "^1.3.2"
  },
  "peerDependencies": {
    "vite": ">=2.0.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.11",
    "@types/node": "^14.14.22",
    "np": "^7.2.0",
    "typescript": "^4.1.3"
  }
}
