-
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.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 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": "artne",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"build": "echo 'No build step required for JS'",
"test": "echo 'Running tests...'",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-ws": "^5.0.2",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"node-schedule": "^2.1.1",
"nodemon": "^3.1.9",
"pm2": "^5.4.3",
"sequelize": "^6.37.5",
"socket.io": "^4.8.1",
"swagger-autogen": "^2.23.7",
"ws": "^8.18.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/swagger-ui-express": "^4.1.7",
"@types/yamljs": "^0.2.34",
"swagger-cli": "^4.0.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}