-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 973 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
36
37
{
"name": "project-1-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NalinMalla/BOSS_Backend.git"
},
"keywords": [],
"author": "Nalin Malla",
"license": "ISC",
"bugs": {
"url": "https://github.com/NalinMalla/BOSS_Backend/issues"
},
"homepage": "https://github.com/NalinMalla/BOSS_Backend#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"country-state-city": "^3.1.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-validator": "^6.14.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.8",
"mongoose-unique-validator": "^3.1.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.19"
}
}