{
  "name": "koa2-swagger-ui",
  "version": "3.0.1",
  "description": "Swagger UI middleware for koa",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "ts-node test/example.ts",
    "lint": "eslint --ext .ts,.js .",
    "lint:fix": "eslint --ext .ts,.js --fix .",
    "prepare": "npm run build",
    "build": "del dist && tsc -p tsconfig.build.json",
    "postbuild": "cp lib/index.hbs dist && cp lib/favicon-32x32.png dist && cp lib/favicon-16x16.png dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --ci --coverage --no-cache",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@types/koa": "^2.11.3",
    "handlebars": "^4.7.6",
    "lodash": "^4.17.15",
    "read-pkg-up": "^7.0.1"
  },
  "peerDependencies": {
    "koa": ">=2.12.0"
  },
  "devDependencies": {
    "@types/jest": "25.2.3",
    "@types/koa-router": "7.4.1",
    "@types/lodash": "4.14.154",
    "@types/node": "14.0.9",
    "@types/supertest": "2.0.9",
    "@typescript-eslint/eslint-plugin": "3.1.0",
    "@typescript-eslint/parser": "3.1.0",
    "del-cli": "3.0.1",
    "eslint": "7.1.0",
    "eslint-config-xo-space": "0.24.0",
    "eslint-config-xo-typescript": "0.29.0",
    "eslint-plugin-import": "2.20.2",
    "jest": "26.0.1",
    "koa": "2.11.0",
    "koa-router": "9.0.1",
    "semantic-release": "17.0.8",
    "supertest": "4.0.2",
    "swagger-ui-dist": "3.25.5",
    "ts-jest": "26.1.0",
    "ts-node": "8.10.2",
    "typescript": "3.9.3"
  },
  "release": {
    "branch": "master"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "homepage": "https://github.com/scttcper/koa2-swagger-ui",
  "repository": "scttcper/koa2-swagger-ui",
  "keywords": [
    "swagger",
    "docs",
    "swagger-ui",
    "koa",
    "koa2",
    "middleware"
  ],
  "license": "MIT"
}
