{
  "name": "kobp",
  "version": "2.0.21",
  "description": "Koa Boilerplate with MikroORM",
  "main": "lib/cjs/src/index.js",
  "module": "lib/esm/src/index.js",
  "typings": "lib/esm/src/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.json",
    "clean": "rm -rf node_modules/ && rm -rf libs/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peatiscoding/kobp.git"
  },
  "keywords": [
    "koa",
    "koa-router"
  ],
  "author": "Kittiphat S.",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/peatiscoding/kobp/issues"
  },
  "homepage": "https://github.com/peatiscoding/kobp#readme",
  "peerDependencies": {
    "koa": "^2.9.0",
    "koa-bodyparser": "^4.3.0",
    "koa-router": "^13.0.1",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/koa": "^2.11.6",
    "@types/koa-bodyparser": "^4.3.0",
    "@types/koa-router": "^7.4.1",
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.6",
    "koa": "^2.9.0",
    "koa-bodyparser": "^4.3.0",
    "koa-router": "^13.0.1",
    "lodash": "^4.17.21",
    "typescript": "^4"
  }
}
