-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1010 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
39
40
{
"name": "letsgo",
"version": "1.0.0",
"main": "countries.js",
"scripts": {
"start": "node src/index.js",
"dev": "env-cmd ./config/dev.env nodemon src/index.js",
"database": "G:/mongodb/bin/mongod.exe --dbpath=G:/mongodb-data",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"all-the-cities": "^3.1.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"hbs": "^4.1.1",
"mongodb": "^3.5.7",
"mongoose": "^5.9.12",
"os": "^0.1.1",
"request": "^2.88.2",
"validator": "^13.0.0"
},
"devDependencies": {
"env-cmd": "^8.0.2",
"nodemon": "^2.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/technisRahulk/Safar.git"
},
"bugs": {
"url": "https://github.com/technisRahulk/Safar/issues"
},
"homepage": "https://github.com/technisRahulk/Safar#readme",
"description": ""
}