-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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": "march08",
"version": "1.0.0",
"description": "Practice_for_Connect_from_Mongo",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.mjs",
"dev": "nodemon index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eDeveloper132/Connect_to_MongoDB.git"
},
"author": "Muhammad Ilyas Memon",
"license": "ISC",
"bugs": {
"url": "https://github.com/eDeveloper132/Connect_to_MongoDB/issues"
},
"homepage": "https://github.com/eDeveloper132/Connect_to_MongoDB#readme",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/nodemon": "^1.19.6",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"mongodb": "^6.4.0",
"mongoose": "^8.2.1",
"nodemon": "^3.1.0"
}
}