{
  "name": "koa-micro-ts",
  "version": "4.1.1",
  "description": "Microservice Typescript Framework - based on koa",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "tsc --build",
    "dev": "ts-node-dev -r tsconfig-paths/register examples/dist/dev.js",
    "build-example": "tsc --build ./examples/tsconfig.json && npm run copy-example-assets",
    "copy-example-assets": "node -e \"require('fs').cpSync('./examples/src/public', './examples/dist/public', {recursive: true});\"",
    "example": "node examples/dist/example.js",
    "prepare": "npm run build",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebhildebrandt/koa-micro-ts.git"
  },
  "author": "plusinnovations <hildebrandt@plus-innovations.com> (https://www.plus-innovations.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sebhildebrandt/koa-micro-ts/issues"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/sebhildebrandt/koa-micro-ts#readme",
  "keywords": [
    "http",
    "https",
    "koa",
    "microservice",
    "micro",
    "cors",
    "graceful-shutdown",
    "static-server",
    "api-doc",
    "auto-router",
    "koa-micro-ts",
    "backend"
  ],
  "dependencies": {
    "@koa/router": "^12.0.0",
    "@types/jsonwebtoken": "^9.0.0",
    "http-graceful-shutdown": "^3.1.12",
    "jsonwebtoken": "^9.0.0",
    "koa": "^2.14.1",
    "koa-body": "^6.0.1",
    "koa-helmet": "^6.1.0",
    "koa-send": "^5.0.1"
  },
  "devDependencies": {
    "@types/koa": "^2.13.5",
    "@types/koa-send": "^4.1.3",
    "@types/node": "^18.11.18",
    "@types/koa__router": "^12.0.0"
  }
}
