-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 KB
/
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
{
"name": "graphi",
"version": "9.1.1",
"description": "hapi graphql plugin",
"main": "lib",
"scripts": {
"lint": "belly-button",
"pretest": "npm run lint",
"test": "lab -t 100"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geek/graphi.git"
},
"keywords": [
"hapi",
"plugin",
"graphql",
"server"
],
"author": "wyatt",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/geek/graphi/issues"
},
"homepage": "https://github.com/geek/graphi#readme",
"devDependencies": {
"belly-button": "8.x.x",
"cb-barrier": "1.x.x",
"@hapi/code": "9.x.x",
"@hapi/eslint-plugin": "6.x.x",
"@hapi/hapi": "21.x.x",
"hapi-auth-bearer-token": "8.x.x",
"@hapi/lab": "25.x.x",
"@hapi/nes": "13.x.x",
"opentracing": "0.14.x",
"traci": "3.x.x",
"@hapi/wreck": "18.x.x"
},
"dependencies": {
"@hapi/boom": "10.x.x",
"graphql": "16.x.x",
"apollo-server-module-graphiql": "1.4.x",
"lodash.merge": "4.6.x"
}
}