-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 775 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
{
"name": "hapi-xstate-plugin",
"version": "4.6.0",
"description": "A Hapi v18 xstate plugin",
"author": "visualjeff <visualjeff@icloud.com>",
"repository": "git://github.com/visualjeff/hapi-graceful-shutdown-plugin.git",
"bugs": {
"url": "https://github.com/visualjeff/hapi-graceful-shutdown-plugin/issues"
},
"main": "lib/index.js",
"keywords": [
"hapi",
"plugin",
"xstate"
],
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "lab -r console -t 100 -a @hapi/code -L",
"test-cov-html": "lab -r html -o coverage.html -a code -L"
},
"dependencies": {
"xstate": "^4.6.0"
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/hapi": "^17.9.0",
"@hapi/lab": "^18.1.2"
},
"license": "MIT"
}