|
@@ -19,14 +19,6 @@
|
|
|
"index.d.ts"
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "@midwayjs/swagger": "^3.7.1",
|
|
|
- "swagger-ui-dist": "^4.15.2",
|
|
|
- "@midwayjs/typegoose": "^3.0.0",
|
|
|
- "@typegoose/typegoose": "^9.0.0",
|
|
|
- "lodash": "^4.17.21",
|
|
|
- "mongoose": "^6.0.7"
|
|
|
- },
|
|
|
"devDependencies": {
|
|
|
"@midwayjs/cli": "^2.0.0",
|
|
|
"@midwayjs/core": "^3.0.0",
|
|
@@ -40,6 +32,10 @@
|
|
|
"mwts": "^1.0.5",
|
|
|
"ts-jest": "^29.0.3",
|
|
|
"typescript": "~4.8.0",
|
|
|
- "@types/lodash": "^4.14.190"
|
|
|
+ "@types/lodash": "^4.14.190",
|
|
|
+ "@midwayjs/typegoose": "^3.0.0",
|
|
|
+ "@typegoose/typegoose": "^9.0.0",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "mongoose": "^6.0.7"
|
|
|
}
|
|
|
}
|