-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "smm-backend",
"version": "1.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "node --watch index.js",
"build": "NODE_ENV=production node index.js",
"deploy": "node index.js"
},
"keywords": [],
"author": "https://github.com/etomeni",
"repository": {
"type": "git",
"url": "git+https://github.com/etomeni/smm-backend.git"
},
"bugs": {
"url": "https://github.com/etomeni/smm-backend/issues"
},
"homepage": "https://github.com/etomeni/smm-backend#readme",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.17.3",
"express-fileupload": "^1.4.0",
"express-validator": "^6.14.0",
"firebase": "^9.10.0",
"helmet": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^6.5.0",
"mongoose": "^8.2.3",
"nodemailer": "^6.7.5",
"uuid": "^8.3.2",
"validator": "^13.11.0"
}
}