-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 881 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
{
"name": "notesapp-backend-hapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-prod": "NODE_ENV=production node ./src/server.js",
"start-dev": "nodemon ./src/server.js",
"lint": "eslint ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fatimazza/notesapp-backend-hapi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fatimazza/notesapp-backend-hapi/issues"
},
"homepage": "https://github.com/Fatimazza/notesapp-backend-hapi#readme",
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"nodemon": "^2.0.7"
},
"dependencies": {
"@hapi/hapi": "^20.1.3",
"nanoid": "^3.1.23"
}
}