{
  "name": "decorator-koa-router",
  "version": "1.0.9",
  "description": "Package to declare koa controllers via decorators",
  "main": "index.js",
  "scripts": {
    "build": "tsc --build tsconfig.prod.json",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint '**/src/**/*.ts' --quiet --fix"
  },
  "files": [
    "dist/**/*"
  ],
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arnold095/decorator-koa-router.git"
  },
  "keywords": [
    "Koa",
    "Router",
    "Decorators",
    "Controllers",
    "Routing Controllers",
    "Koa rounting decorators",
    "Inversify",
    "IOC"
  ],
  "tags": [
    "koa",
    "koa.js",
    "typescript",
    "typescript-koa",
    "koa-controllers",
    "controllers"
  ],
  "author": "arnold095",
  "license": "ISC",
  "devDependencies": {
    "@koa/router": "10.1.0",
    "@types/glob": "7.1.4",
    "@types/koa": "2.13.4",
    "@types/koa__router": "8.0.7",
    "@types/node": "15.12.1",
    "@types/reflect-metadata": "0.1.0",
    "@typescript-eslint/eslint-plugin": "4.29.1",
    "@typescript-eslint/parser": "4.29.1",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-config-standard": "16.0.3",
    "eslint-plugin-import": "2.24.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-promise": "5.1.0",
    "glob": "7.1.7",
    "koa": "2.13.1",
    "lint-staged": "11.1.2",
    "nodemon": "2.0.7",
    "prettier": "2.3.2",
    "ts-node": "10.0.0",
    "tsconfig-paths": "3.9.0",
    "tslint": "6.1.3",
    "typescript": "4.3.2"
  },
  "dependencies": {
    "reflect-metadata": "0.1.13",
    "glob": "7.1.7"
  }
}
