-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 850 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 850 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@apprunn/dp6-base-hapi",
"version": "2.1.3",
"description": "A base hapi configuration for my new API projects",
"main": "src/server.js",
"scripts": {
"test": "node src/server.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apprunn/dp6LibBaseHapi.git"
},
"keywords": [
"hapi/hapi",
"hapi/glue",
"boilerplate"
],
"bugs": {
"url": "https://github.com/apprunn/dp6LibBaseHapi/issues"
},
"homepage": "https://github.com/apprunn/dp6LibBaseHapi#readme",
"dependencies": {
"catbox-redis": "4.2.2",
"@hapi/glue": "^9.0.0",
"@hapi/hapi": "20.2.1",
"hapi-auth-bearer-token": "^8.0.0",
"hapi-raven": "7.0.0",
"handlebars": "4.7.7",
"vision": "5.4.4"
},
"engines": {
"node": ">=18.20.7",
"npm": ">=9.6.7"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}