-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 926 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
{
"name": "express",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "pm2 start ecosystem.config.js",
"dev": "cross-env NODE_ENV=development pm2 start ecosystem.config.js",
"prod": "cross-env NODE_ENV=production pm2 start ecosystem.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nanoid": "3.3.4",
"pm2": "^5.3.0",
"redis": "^4.6.13",
"util": "^0.12.5",
"wait-on": "^7.2.0"
},
"devDependencies": {
"artillery": "^2.0.12",
"cross-env": "^7.0.3",
"mysql2": "^3.7.1",
"prettier": "^3.1.1"
}
}