{
  "name": "souljs",
  "version": "3.4.3",
  "description": "A nodejs framework for building concise and decorative applications written by typescript",
  "main": "dist/index.js",
  "types": "lib/index.ts",
  "scripts": {
    "format": "prettier *.ts **/*.ts **/**/*.ts **/**/**/*.ts  --ignore-path ./.prettierignore --write && git status",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "publish": "npm run build && npm publish",
    "build": "tsc -p tsconfig.json",
    "sample": "ts-node sample/src/main.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/test/souljs.git"
  },
  "keywords": [
    "souljs"
  ],
  "author": "renkun",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/test/souljs/issues"
  },
  "homepage": "https://github.com/test/souljs#readme",
  "devDependencies": {
    "@types/cron": "^1.6.0",
    "@types/glob": "^7.1.1",
    "@types/joi": "^14.3.0",
    "@types/koa": "^2.0.48",
    "@types/koa-bodyparser": "^4.2.1",
    "@types/koa-helmet": "^3.1.2",
    "@types/koa-mount": "^3.0.1",
    "@types/koa-router": "^7.0.37",
    "@types/koa-static": "^4.0.0",
    "@types/node": "^10.12.19",
    "@types/swagger-ui-dist": "^3.0.0",
    "prettier": "1.15.3",
    "ts-node": "^7.0.1",
    "tslint": "5.12.1",
    "typescript": "^3.3.1"
  },
  "dependencies": {
    "@koa/cors": "^2.2.3",
    "cron": "^1.6.0",
    "glob": "^7.1.3",
    "joi": "^14.3.1",
    "joi-to-json-schema": "^3.5.0",
    "koa": "^2.6.2",
    "koa-bodyparser": "^4.2.1",
    "koa-helmet": "^4.0.0",
    "koa-mount": "^4.0.0",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0",
    "reflect-metadata": "^0.1.12",
    "swagger-ui-dist": "^3.20.5"
  }
}
