- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
24 lines (24 loc) · 562 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 562 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
{
"name": "notesappback-end",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"NODE_ENV=production node ./src/server.js",
"dev": "nodemon ./src/server.js",
"lint": "eslint ./src"
},
"keywords": [],
"author": "Billy Franscois",
"license": "MIT",
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.22"
},
"dependencies": {
"@hapi/hapi": "^21.3.0",
"nanoid": "^3.3.4"
}
}