-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 820 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 820 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
{
"name": "@ar4mirez/hapi-octopus",
"description": "HAPI plugin to auto-load routes, methods, pres, handlers and more.",
"version": "1.0.1",
"author": "Angel Ramirez <angel@cuemby.com>",
"main": "lib/index.js",
"engines": {
"node": ">=18.0.0"
},
"bugs": {
"url": "https://github.com/ar4mirez/hapi-octopus/issues"
},
"homepage": "https://github.com/ar4mirez/hapi-octopus#readme",
"license": "ISC",
"dependencies": {
"glob": "^10.4.5",
"joi": "^17.13.3"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.4.4",
"@hapi/lab": "^26.0.0"
},
"scripts": {
"test": "lab -v -c"
},
"repository": {
"type": "git",
"url": "https://github.com/ar4mirez/hapi-octopus.git"
},
"files": [
"lib/",
"package.json",
"README.md"
]
}