-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "backend-brokenoffice",
"version": "1.0.0",
"description": "backend",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon server.js",
"seed": "node seed/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrokenOffice/Backend-brokenOffice.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrokenOffice/Backend-brokenOffice/issues"
},
"homepage": "https://github.com/BrokenOffice/Backend-brokenOffice#readme",
"dependencies": {
"@google-cloud/storage": "^6.9.4",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"handlebars": "^4.7.7",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"nodemailer-express-handlebars": "^6.1.0",
"nodemailer-handlebars": "^1.0.1",
"nodemon": "^2.0.21",
"sharp": "^0.32.0",
"socket.io": "^4.6.1",
"volleyball": "^1.5.1"
}
}