{
  "name": "egg-swagger",
  "version": "1.2.2",
  "description": "egg swagger doc",
  "eggPlugin": {
    "name": "swagger"
  },
  "keywords": [
    "egg",
    "eggPlugin",
    "egg-plugin"
  ],
  "dependencies": {
    "koa-mount": "^4.0.0",
    "koa-send": "^5.0.0",
    "lodash.template": "^4.5.0",
    "swagger-ui-dist": "^3.24.3"
  },
  "devDependencies": {
    "autod": "^3.1.0",
    "autod-egg": "^1.1.0",
    "egg": "^2.26.0",
    "egg-bin": "^4.14.0",
    "egg-ci": "^1.13.1",
    "egg-mock": "^3.25.0",
    "eslint": "^6.7.2",
    "eslint-config-egg": "^8.0.0",
    "supertest": "^4.0.2",
    "webstorm-disable-index": "^1.2.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "lint": "eslint .",
    "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
    "pkgfiles": "egg-bin pkgfiles",
    "autod": "autod"
  },
  "files": [
    "app",
    "config",
    "agent.js",
    "app.js"
  ],
  "ci": {
    "version": "6, 8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-swagger.git"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "homepage": "https://github.com/eggjs/egg-swagger#readme",
  "author": "",
  "license": "MIT"
}
