lib/data/area.json
This commit is contained in:
parent
550fc1398d
commit
028ca4b913
File diff suppressed because one or more lines are too long
15
package.json
15
package.json
|
|
@ -4,33 +4,30 @@
|
|||
"description": "oak-backend-base",
|
||||
"main": "lib/index.js",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
"name": "XuChang"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
"lib/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"copy-files": "copyfiles -u 1 src/**/*.json lib/",
|
||||
"test": "ts-node test/test.ts",
|
||||
"build": "tsc"
|
||||
"build": "tsc && npm run copy-files"
|
||||
},
|
||||
"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-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-db": "file:../oak-db",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"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",
|
||||
"copyfiles": "^2.4.1",
|
||||
"ts-node": "~10.9.1",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "~4.7.4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue