-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 KB
/
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
{
"name": "travel",
"version": "1.0.0",
"description": "travelling log\r log- entry\r *title - text\r *description-text\r *comment- text\r *rating- scale 1 to 10\r *image text - url\r *start date -datetime\r *end date - date time\r *latitute -number\r *longitute-number\r *created At-Date time\r Updated at- date time",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nishantkumar1308/travel_log.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nishantkumar1308/travel_log/issues"
},
"homepage": "https://github.com/nishantkumar1308/travel_log#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"mongoose": "^5.13.7",
"morgan": "^1.10.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.0",
"nodemon": "^2.0.12"
}
}