40 lines
902 B
JSON
40 lines
902 B
JSON
{
|
|
"name": "oak-backend-base",
|
|
"version": "1.0.2",
|
|
"description": "oak-backend-base",
|
|
"main": "lib/index.js",
|
|
"author": {
|
|
"name": "XuChang"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"scripts": {
|
|
"test": "ts-node test/test.ts",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"koa": "^2.13.4",
|
|
"koa-body": "^5.0.0",
|
|
"koa-router": "^10.1.1",
|
|
"lodash": "^4.17.21",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^2.3.3",
|
|
"oak-db": "file:../oak-db",
|
|
"oak-domain": "file:../oak-domain",
|
|
"oak-general-business": "file:../oak-general-business",
|
|
"oak-common-aspect": "file:../oak-common-aspect",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/koa": "^2.13.4",
|
|
"@types/koa-router": "^7.4.4",
|
|
"@types/node": "^17.0.40",
|
|
"@types/uuid": "^8.3.4",
|
|
"ts-node": "~10.9.1",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "~4.7.4"
|
|
}
|
|
}
|