-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "natours",
"version": "1.1.39",
"description": "Tour details",
"main": "app.js",
"scripts": {
"start": "node server.js",
"prestart:dev": "start cmd /k start_db_server.bat",
"start:dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "ndb server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrlazyg/natours.git"
},
"keywords": [
"node",
"express",
"mongodb"
],
"author": "Noor Salim",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrlazyg/natours/issues"
},
"homepage": "https://github.com/mrlazyg/natours#readme",
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"mongoose": "^5.12.14",
"morgan": "^1.10.0",
"swagger-ui-express": "^4.4.0",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"node-fetch": "^2.6.7",
"prettier": "^1.17.0",
"unsplash-js": "^7.0.15"
}
}