{
  "name": "salak",
  "version": "1.0.14",
  "description": "Build better frameworks and apps with nodejs & koa.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "jest",
    "test-cov": "npm run test -- --coverage"
  },
  "keywords": [
    "koa 2.0",
    "application",
    "web",
    "framework",
    "salak"
  ],
  "author": "wengeek <wenwei897684475@gmail.com>",
  "repository": "SalakJS/salak",
  "dependencies": {
    "ejs": "^2.5.7",
    "http-errors": "^1.6.2",
    "jsonp-body": "^1.0.0",
    "koa-bodyparser": "^4.2.0",
    "koa-static": "^4.0.2",
    "koa-views": "^6.1.3",
    "salak-core": "^1.1.17",
    "salak-swagger": "^1.0.8",
    "superagent": "^3.8.3"
  },
  "devDependencies": {
    "eslint": "^4.13.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "jest": "^21.2.1",
    "supertest": "^3.0.0"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "license": "MIT"
}
