-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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
38
{
"name": "24-mongo-3",
"version": "1.0.0",
"description": "3rd Handson mongodb course to understand the use and implementation of moongose.",
"main": "app.js",
"scripts": {
"start": "nodemon ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugged-codes/Pb_Asses-24-mongo.git"
},
"keywords": [
"mongo",
"mongodb",
"node",
"database",
"apicreation",
"api",
"mongoose"
],
"author": "vipul",
"license": "ISC",
"bugs": {
"url": "https://github.com/bugged-codes/Pb_Asses-24-mongo/issues"
},
"homepage": "https://github.com/bugged-codes/Pb_Asses-24-mongo#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongodb": "^5.1.0",
"mongoose": "^7.0.3",
"nodemon": "^2.0.22"
}
}