-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 905 Bytes
/
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
{
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"colors": "^1.4.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"express": "^4.21.2",
"express-rate-limit": "^7.1.3",
"glob": "^10.3.10",
"google-auth-library": "^9.9.0",
"ipaddr.js": "^2.2.0",
"jszip": "^3.10.1",
"memory-cache": "^0.2.0",
"minio": "^7.1.3",
"mmmagic": "^0.5.3",
"mongodb": "^6.2.0",
"multer": "^1.4.5-lts.1",
"node-mailjet": "^6.0.6",
"path": "^0.12.7",
"prompt-sync": "^4.2.0",
"protobufjs": "^7.2.6",
"request-ip": "^3.3.0",
"sharp": "^0.33.5",
"ulid": "^2.3.0"
},
"scripts": {
"dev": "nodemon index.js",
"reset": "node reset.js",
"test": "node api/v1/db/UMTests.js",
"start": "node index.js"
},
"devDependencies": {
"nodemon": "^3.1.3",
"protobufjs-cli": "^1.1.3"
}
}