-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@cedelabs/sdk-http-api",
"version": "1.2.0",
"main": "dist/index.js",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "tsoa spec && tsoa routes && copyfiles -u 1 \"docs/**/*\" dist && tsx watch src/index",
"build": "node scripts/update-version.js && tsoa spec && tsoa routes && copyfiles -u 1 \"docs/**/*\" dist && npx pkgroll",
"start": "node dist/index.js",
"test": "vitest"
},
"dependencies": {
"@cedelabs-private/sdk": "2.17.0",
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-openapi-validator": "^5.4.2",
"mongoose": "^8.7.1",
"object-sizeof": "^2.6.5",
"prom-client": "^15.1.3",
"redis": "^4.7.0",
"tsoa": "^6.6.0",
"v18": "^1.0.2",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/node": "^22.5.5",
"copyfiles": "^2.4.1",
"pkgroll": "^2.5.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.3"
},
"volta": {
"node": "23.3.0",
"yarn": "1.22.19"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}