34 lines
821 B
JSON
34 lines
821 B
JSON
{
|
|
"name": "oak-backend-base",
|
|
"version": "1.0.0",
|
|
"description": "oak-backend-base",
|
|
"main": "src/index",
|
|
"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"
|
|
},
|
|
"author": "XuChang",
|
|
"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.8.1",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|