-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
43
44
{
"private": true,
"devDependencies": {
"@api7/adc-backend-api7": "workspace:*",
"@api7/adc-backend-apisix": "workspace:*",
"@api7/adc-backend-apisix-standalone": "workspace:*",
"@api7/adc-converter-openapi": "workspace:*",
"@api7/adc-differ": "workspace:*",
"@types/express": "^5.0.3",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "catalog:",
"@types/supertest": "^6.0.3",
"@types/pluralize": "^0.0.33",
"@types/qs": "^6.9.15",
"@types/signale": "^1.4.7",
"@types/semver": "catalog:",
"supertest": "^7.1.4",
"vitest": "catalog:",
"webpack": "5.101.3",
"terser-webpack-plugin": "^5.3.14",
"semver": "catalog:"
},
"dependencies": {
"@api7/adc-sdk": "workspace:*",
"express": "^5.1.0",
"winston": "^3.17.0",
"axios": "catalog:",
"rxjs": "catalog:",
"lodash": "catalog:",
"zod": "catalog:",
"pluralize": "^8.0.0",
"listr2": "catalog:",
"commander": "^13.1.0",
"chalk": "^4.1.2",
"parse-duration": "^2.1.5",
"qs": "^6.14.2",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21",
"agentkeepalive": "^4.6.0",
"signale": "^1.4.0",
"glob": "^13.0.0",
"js-yaml": "catalog:"
}
}