-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 969 Bytes
/
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
{
"name": "@hapipal/ahem",
"version": "3.0.0",
"description": "hapi plugins as libraries",
"main": "lib/index.js",
"engines": {
"node": ">=16"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hapipal/ahem.git"
},
"keywords": [
"hapi",
"tool",
"utility",
"plugin",
"plugins",
"library",
"compose",
"composition",
"instance",
"testing"
],
"author": "Devin Ivy <devin@bigroomstudios.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapipal/ahem/issues"
},
"homepage": "https://github.com/hapipal/ahem#readme",
"peerDependencies": {
"@hapi/hapi": ">=20 <22"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.3.0",
"@hapi/lab": "^25.1.2",
"coveralls": "^3.1.1"
}
}