-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 808 Bytes
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
{
"name": "dchnode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"vendor": "node ../vendor.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.627.0",
"@aws-sdk/lib-storage": "^3.627.0",
"agenda": "^5.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dchnode": "file:",
"dompurify": "^3.2.5",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"joi": "^17.13.3",
"jsdom": "^26.1.0",
"lodash": "^4.17.21",
"mongodb": "^6.16.0",
"require-from-string": "^2.0.2",
"throng": "^5.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"mocha": "^10.7.0",
"nodemon": "^3.1.4",
"sinon": "^18.0.0"
}
}