-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
27 lines (27 loc) · 846 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
{
"name": "hapi-hydra",
"version": "2.0.0",
"description": "versioning for hapi, using all three methods: https://www.troyhunt.com/your-api-versioning-is-wrong-which-is/",
"main": "lib/index.js",
"scripts": {
"test": "lab -a @hapi/code -v -I WebAssembly,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams -t 100 -m 30000 -r console -o coverage.log -r console -o stdout -r html -o coverage.html"
},
"repository": {
"type": "git",
"url": "https://github.com/danielb2/hapi-hydra.git"
},
"author": "daniel@bretoi.com",
"license": "ISC",
"dependencies": {
"@hapi/call": "^9.0.1"
},
"devDependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hapi": "21.3.0",
"@hapi/lab": "^25.1.2",
"blipp": "^4.0.2",
"purdy": "^3.5.1"
}
}