-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.36.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.4.0",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"nodemailer": "^6.9.1",
"stripe": "^12.9.0",
"validator": "^13.9.0"
},
"type": "module",
"devDependencies": {
"nodemon": "^2.0.22"
},
"scripts": {
"setup-production": "npm run install-client && npm run build-client && npm install",
"install-client": "cd client && npm install",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"build-client": "cd client && npm run build"
},
"name": "server",
"version": "1.0.0",
"main": "server.js",
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Ajen07/ShakeAndBake.git"
},
"bugs": {
"url": "https://github.com/Ajen07/ShakeAndBake/issues"
},
"homepage": "https://github.com/Ajen07/ShakeAndBake#readme",
"description": ""
}