-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "tobehero-backend",
"version": "0.0.1",
"description": "ToBeHero platform",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV='production' nodemon app.js",
"dev": "cross-env NODE_ENV='development' nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unknown-squad/toBeHero-backend.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Unknown-squad/toBeHero-backend/issues"
},
"homepage": "https://github.com/Unknown-squad/toBeHero-backend#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"connect-mongodb-session": "^2.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"mongoose": "^5.13.2",
"morgan": "^1.10.0",
"nodemailer": "^6.4.17",
"nodemailer-sendgrid-transport": "^0.2.0",
"socket.io": "^4.1.2",
"stripe": "^8.148.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.9"
}
}