forked from render-examples/hapi-quick-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "hapi-quickstart",
"version": "1.0.0",
"description": "hapi quickstart for Render",
"main": "server.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/render-examples/hapi-quickstart.git"
},
"keywords": [
"hapi",
"render",
"deployment"
],
"author": "Render Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/render-examples/hapi-quickstart/issues"
},
"homepage": "https://github.com/render-examples/hapi-quickstart#readme",
"dependencies": {
"@hapi/hapi": "^21.0.0",
"@hapi/inert": "^6.0.2",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"hapi-pino": "^8.2.0",
"moment": "^2.29.1"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.2"
}
}