-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 728 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 728 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
{
"name": "node_startup_project",
"version": "1.0.0",
"description": "a startup project for node js with mongo db",
"main": "app.js",
"scripts": {
"start": "nodemon -L --inspect=0.0.0.0 app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fouzan25/Node_docker_workBench.git"
},
"author": "fouzan and sufiyan",
"license": "ISC",
"bugs": {
"url": "https://github.com/fouzan25/Node_docker_workBench/issues"
},
"homepage": "https://github.com/fouzan25/Node_docker_workBench#readme",
"dependencies": {
"dotenv": "^16.0.1",
"express": "^4.18.1",
"mongoose": "^6.5.2",
"nodemon": "^2.0.19"
}
}