-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 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
45
46
47
48
49
{
"name": "codelashes_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"start-live": "nodemon app.js -L"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^7.11.2",
"adm-zip": "^0.5.14",
"autocannon": "^8.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bullmq": "^5.7.15",
"child_process": "^1.0.2",
"cloudinary": "^2.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"execa": "^9.2.0",
"express": "^4.19.2",
"express-session": "^1.18.1",
"express-status-monitor": "^1.3.4",
"firebase-admin": "^12.1.1",
"fs": "^0.0.1-security",
"http-proxy": "^1.18.1",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"middleware-orchestrator": "file:../../Middleware-Orchestra",
"moment": "^2.30.1",
"mongoose": "^8.4.0",
"multer": "^1.4.5-lts.1",
"node-schedule": "^2.1.1",
"nodemon": "^3.1.10",
"object-hash": "^3.0.0",
"passport": "^0.7.0",
"passport-google-oauth2": "^0.2.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"react-toastify": "^10.0.5",
"redis": "^4.7.0",
"socket.io": "^4.7.5"
}
}