-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 988 Bytes
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
39
{
"name": "w4_3133_nodejs_express_mongodb_template",
"version": "1.0.0",
"description": "Advanve mongodb, mongoos and express",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pritamworld/w4_3133_nodejs_express_mongodb_template.git"
},
"keywords": [
"mongoose",
"mongodb",
"express",
"REST",
"API"
],
"author": "Pritesh Patel",
"license": "ISC",
"bugs": {
"url": "https://github.com/pritamworld/w4_3133_nodejs_express_mongodb_template/issues"
},
"homepage": "https://github.com/pritamworld/w4_3133_nodejs_express_mongodb_template#readme",
"dependencies": {
"cron": "^1.8.3",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"mongoose": "^6.2.0",
"mqtt": "^4.3.7",
"node-fetch": "^3.2.4"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}