-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
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
{
"name": "farmus",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"deploy": "pm2 start ./bin/www -n farmus",
"stop": "pm2 kill -n farmus",
"build:dev": "cross-env NODE_ENV=development",
"build": "cross-env NODE_ENV=production"
},
"dependencies": {
"@aws-sdk/abort-controller": "^3.310.0",
"@aws-sdk/client-s3": "^3.312.0",
"axios": "^1.3.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql": "^2.18.1",
"mysql2": "^3.0.1",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20",
"redis": "^4.6.5",
"sharp": "^0.31.3"
}
}