-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "UNIVEUS-PROJECT",
"version": "1.0.0",
"description": "UNIVEUS-PROJECT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon",
"start": "pm2 start --interpreter babel-node index.js"
},
"author": "Muok",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.379.1",
"aws-sdk": "^2.1426.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.1",
"method": "^2.0.0",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^3.3.3",
"node-cache": "^5.1.2",
"nodemon": "^3.0.1",
"pm2": "^5.3.0",
"regex-email": "^1.0.2",
"uuid4": "^2.0.3"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/node": "^7.22.1",
"@babel/preset-env": "^7.22.4"
}
}