-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.12 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.12 KB
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
{
"name": "comic-zone-server",
"version": "1.0.0",
"description": "<br />\r We are working with a 3 branch structure: **Main, Develop and Features.**\r <br />\r -- The main branch is off limits for now. That's our live production branch\r <br />\r -- The develop branch is where we merge all our features/work together\r <br />\r -- The features branch is the one you would create for the feature you are working on.\r <br />",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scrum-Team-C/Comic-Zone-Server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Scrum-Team-C/Comic-Zone-Server/issues"
},
"homepage": "https://github.com/Scrum-Team-C/Comic-Zone-Server#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.1.5",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"morgan": "^1.10.0"
}
}