koa-springboot
Version:
springboot-like koa
66 lines • 1.67 kB
JSON
{
"name": "koa-springboot",
"version": "0.2.4",
"description": "springboot-like koa",
"scripts": {
"start": "node testDist/server.js",
"dev": "gulp",
"build": "gulp build",
"build-ts": "npm run lint && tsc -b",
"lint": "eslint -c ./.eslintrc.js --ext .ts lib test",
"test": "jest testDist/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AsherWang/koa-springboot.git"
},
"keywords": [
"koa",
"koa-router",
"typesctipt",
"decorator",
"springboot"
],
"author": "Asher",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@types/bluebird": "^3.5.27",
"@types/jest": "^24.0.15",
"@types/koa": "^2.0.49",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-router": "^7.0.40",
"@types/koa-views": "^2.0.3",
"@types/node": "^12.6.2",
"@types/pug": "^2.0.4",
"@types/supertest": "^2.0.8",
"@types/validator": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.1.0",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.4.2",
"gulp-typescript": "^5.0.1",
"husky": "^2.3.0",
"jest": "^24.8.0",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-views": "^6.2.0",
"pug": "^2.0.4",
"sequelize": "^5.10.3",
"sqlite3": "^4.0.9",
"supertest": "^4.0.2",
"typescript": "^3.5.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {}
}