{
  "name": "@umijs/max-plugin-openapi",
  "version": "2.0.3",
  "description": "@umijs/max-plugin-openapi",
  "homepage": "https://github.com/umijs/umi-presets-pro/tree/master/packages/max-plugin-openapi#readme",
  "bugs": "https://github.com/umijs/umi-presets-pro/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi-presets-pro"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "compiled",
    "templates"
  ],
  "scripts": {
    "build": "pnpm tsc",
    "build:deps": "pnpm esno ../../scripts/bundleDeps.ts",
    "dev": "pnpm build --watch",
    "test": "jest -c ../../jest.config.ts"
  },
  "dependencies": {
    "@umijs/openapi": "^1.8.3",
    "rimraf": "^4.4.0",
    "serve-static": "^1.15.0",
    "swagger-ui-dist": "^4.18.1"
  },
  "devDependencies": {
    "@types/rimraf": "^4.0.5",
    "@types/serve-static": "^1.15.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "chenxiaocong <xiaohuoni@gmail.com> (https://github.com/xiaohuoni)"
  ]
}
