-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 978 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
{
"dependencies": {
"node": "^20.18.1"
},
"name": "webservices-project2",
"description": "My Second Node.js Project",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gyanqui/WebServices-Project2.git"
},
"author": "Gabriel Yanqui",
"license": "ISC",
"bugs": {
"url": "https://github.com/gyanqui/WebServices-Project2/issues"
},
"homepage": "https://github.com/gyanqui/WebServices-Project2#readme",
"devDependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"mongodb": "^6.11.0",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"prettier": "^3.3.3",
"swagger-autogen": "^2.23.7",
"swagger-ui-express": "^5.0.1"
}
}