-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 862 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
{
"name": "backend",
"version": "1.0.0",
"description": "App team backend",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js",
"swagger-jsdoc": "node src/swagger/swagger.Json.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sushant041/App_Team_backend.git"
},
"author": "Ssuhant",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sushant041/App_Team_backend/issues"
},
"homepage": "https://github.com/Sushant041/App_Team_backend#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.3",
"http-status-codes": "^2.3.0",
"json-web-token": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.5.1",
"nodemon": "^3.0.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
}
}