-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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": "rapptor",
"description": "Opinionated web framework built on top of hapi",
"homepage": "https://github.com/firstandthird/rapptor",
"author": "First+Third",
"version": "12.0.1",
"keywords": [
"hapi",
"framework",
"app"
],
"repository": {
"type": "git",
"url": "https://github.com/firstandthird/rapptor.git"
},
"scripts": {
"test": "tap",
"lint": "eslint .",
"config": "node bin/rapptor.js config",
"example": "cd example && nodemon ../bin/rapptor.js"
},
"bin": {
"rapptor": "bin/rapptor.js"
},
"dependencies": {
"@hapi/hapi": "^20.0.2",
"hapi-confi": "^10.0.0",
"hapi-favicon": "^2.1.0",
"hapi-health": "^1.3.0",
"hapi-log-response": "^5.0.0",
"hapi-logr": "^9.0.4",
"hapi-method-loader": "^3.1.1",
"hapi-prom": "^3.2.0",
"hapi-require-https": "^5.0.0",
"hapi-route-loader": "^4.1.0",
"hapi-trailing-slash": "^3.1.0",
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"@hapi/boom": "^9.1.0",
"@hapi/inert": "^6.0.3",
"@hapi/vision": "^6.0.1",
"eslint": "^7.13.0",
"eslint-config-firstandthird": "^6.0.2",
"eslint-plugin-import": "^2.14.0",
"handlebars": "^4.0.12",
"nodemon": "^2.0.6",
"tap": "^14.11.0"
}
}