{
  "name": "lenneth",
  "version": "0.3.1",
  "description": "A Node Web Framework on top of Koa",
  "main": "index.ts",
  "scripts": {
    "clean": "rm -rf lib",
    "clean-src": "rm -rf lib/src",
    "src-build": "npx ts-paths build ./ -d -l 2",
    "build:prod": "yarn clean && yarn src-build && npx gulp copy && yarn clean-src",
    "deploy": "npm publish lib",
    "build:test": "tsc --project ./test/tsconfig.test.json",
    "test": "yarn build:test && npx mocha test"
  },
  "dependencies": {
    "@types/koa": "^2.0.44",
    "@types/koa-bodyparser": "^4.2.0",
    "@types/koa-multer": "^1.0.0",
    "@types/koa-router": "^7.0.27",
    "koa": "^2.5.0",
    "koa-bodyparser": "^4.2.0",
    "koa-multer": "^1.0.2",
    "koa-router": "^7.4.0",
    "reflect-metadata": "^0.1.12",
    "ts-log-debug": "^4.0.3",
    "tslib": "^1.9.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/chai-as-promised": "^7.1.0",
    "@types/mocha": "^5.2.0",
    "@types/sinon": "^4.3.3",
    "@types/sinon-chai": "^2.7.31",
    "@types/supertest": "^2.0.4",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "gulp": "^3.9.1",
    "gulp-add-src": "^1.0.0",
    "mocha": "^5.0.4",
    "sinon": "^4.4.5",
    "sinon-chai": "^3.0.0",
    "supertest": "^3.1.0",
    "ts-paths": "0.1.3",
    "typescript": "^2.8.1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "koa2",
    "koa-router",
    "typescript",
    "decorator"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/soraping/lenneth.git"
  },
  "author": {
    "name": "caoshiping",
    "email": "soraping@163.com",
    "url": "https://github.com/soraping"
  },
  "homepage": "https://github.com/soraping",
  "license": "MIT"
}
