{
  "name": "koa-swapi",
  "version": "1.1.5",
  "description": "Build restful api like HapiJs",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "scripts": {
    "watch": "tsc -w --listFiles",
    "build": "rimraf built && tsc",
    "lint": "./node_modules/.bin/tslint --fix ./lib/*.ts",
    "test": "NODE_ENV=test mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haowen737/koa-swapi.git"
  },
  "keywords": [
    "koa",
    "middleware"
  ],
  "author": "Haowen <haowen737@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haowen737/koa-swapi/issues"
  },
  "homepage": "https://github.com/haowen737/koa-swapi#readme",
  "dependencies": {
    "@types/debug": "0.0.30",
    "@types/hoek": "^4.1.3",
    "@types/json-schema": "^6.0.1",
    "@types/koa": "^2.0.46",
    "@types/koa-router": "^7.0.28",
    "@types/swagger-ui-dist": "^3.0.5",
    "chalk": "^2.4.0",
    "debug": "^3.1.0",
    "fast-safe-stringify": "^1.2.3",
    "hoek": "^5.0.3",
    "http-status": "^1.0.1",
    "joi": "^13.2.0",
    "joi-to-swagger": "^2.0.0",
    "json-schema-ref-parser": "^5.0.3",
    "koa": "^2.5.0",
    "koa-mount": "^3.0.0",
    "koa-router": "^7.4.0",
    "koa-static": "^4.0.2",
    "lodash": "^4.17.19",
    "methods": "^1.1.2",
    "should": "^13.2.1",
    "superagent": "^3.8.3",
    "swagger-parser": "^5.0.0",
    "swagger-ui-dist": "^3.14.0",
    "winston": "^3.1.0"
  },
  "devDependencies": {
    "@types/joi": "^13.3.0",
    "@types/koa-mount": "^3.0.1",
    "@types/koa-static": "^4.0.0",
    "@types/methods": "^1.1.0",
    "chalk": "^2.3.1",
    "code": "^5.2.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.1.0",
    "expect": "^24.1.0",
    "mocha": "^8.0.1",
    "rimraf": "^2.6.2",
    "supertest": "^3.1.0",
    "tslint": "^5.10.0",
    "typescript": "^2.9.1"
  }
}
