-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 939 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
{
"name": "campusx-backend",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/server.js",
"startc": "node src/server.js c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaansubbaiah/compusx-backend.git"
},
"author": "Shaan Subbaiah <shaansubbaiah@yahoo.com>, Rushali Shetty, Samrudhi M",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaansubbaiah/campusx-backend/issues"
},
"homepage": "https://github.com/shaansubbaiah/campusx-backend#readme",
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"sequelize": "^5.21.5"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}