-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 974 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
37
38
39
{
"name": "consumer",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/app.js",
"server": "nodemon server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mud1tx/Consumer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mud1tx/Consumer/issues"
},
"homepage": "https://github.com/mud1tx/Consumer#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.14.3",
"mongoose": "^6.9.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^2.0.20",
"sharp": "^0.31.3",
"socket.io": "^4.6.0",
"stripe": "^11.10.0",
"uuid": "^9.0.0"
}
}