-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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": "alian-hub-v3",
"version": "14.0.26",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-iam": "3.864.0",
"@aws-sdk/client-s3": "3.864.0",
"@aws-sdk/s3-request-presigner": "3.864.0",
"@socket.io/admin-ui": "^0.5.1",
"archiver": "7.0.1",
"atob": "2.1.2",
"aws-sdk": "2.1692.0",
"axios": "^1.12.2",
"bcrypt": "5.1.1",
"body-parser": "1.20.3",
"btoa": "1.2.1",
"chargebee": "2.19.0",
"cors": "2.8.5",
"dotenv": "16.4.7",
"express": "4.21.2",
"extract-zip": "2.0.1",
"firebase-admin": "13.0.1",
"html-to-text": "9.0.5",
"jsonwebtoken": "9.0.2",
"luxon": "3.5.0",
"migrate-mongo": "11.0.0",
"moment": "2.30.1",
"mongoose": "8.17.2",
"multer": "1.4.5-lts.1",
"node-cache": "5.1.2",
"node-schedule": "2.1.1",
"nodemailer": "6.9.16",
"sharp": "0.32.6",
"socket.io": "4.8.1",
"swagger-jsdoc": "6.2.8",
"swagger-ui-express": "5.0.1",
"ua-parser-js": "2.0.0",
"winston": "3.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"nodemon": "nodemon index.js",
"check-version": "node check-version.js",
"basic-install": "node installation.js && npm run start"
},
"author": "",
"license": "ISC"
}