{
  "name": "koa-router-class",
  "version": "1.0.0",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src --ext .ts",
    "lint-w": "esw src --clear --color -w --ext .ts",
    "build-w": "tsc -w --inlineSourceMap",
    "start": "parallelshell 'npm run lint-w' 'npm run build-w'",
    "app": "ts-node-dev app/app.ts",
    "prebuild": "esw src --clear --ext .ts",
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EdwardZZZ/koa-router-class"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "koa": "^2.13.0",
    "koa-send": "^5.0.1",
    "path-to-regexp": "^6.2.0"
  },
  "devDependencies": {
    "@types/koa": "^2.11.6",
    "@types/koa-send": "^4.1.2",
    "@types/node": "^14.14.10",
    "@types/path-to-regexp": "^1.7.0",
    "@typescript-eslint/eslint-plugin": "^4.9.0",
    "@typescript-eslint/parser": "^4.9.0",
    "eslint": "^7.14.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-typescript": "^0.14.0",
    "eslint-watch": "^7.0.0",
    "p-shells": "^3.0.3",
    "ts-node": "^9.0.0",
    "ts-node-dev": "^1.0.0",
    "typescript": "^4.1.2"
  },
  "engine-strict": true,
  "engines": {
    "node": ">= 8.0"
  }
}
