UNPKG

1.19 kBJSONView Raw
1{
2 "name": "cloudapi-gql",
3 "version": "6.0.0",
4 "license": "MPL-2.0",
5 "repository": "github:joyent/cloudapi-gql",
6 "main": "lib",
7 "scripts": {
8 "predev": "npm run graphdoc",
9 "dev": "NODE_ENV=development node --inspect dev-server.js",
10 "fake": "graphql-faker ./lib/schema.graphql -p 4000",
11 "faker": "graphql-faker ./lib/schema.graphql",
12 "graphdoc": "graphdoc -s ./lib/schema.graphql -o ./doc --force",
13 "lint": "belly-button --fix",
14 "pretest": "npm run lint",
15 "test": "lab -t 76 --coverage-path lib -a code"
16 },
17 "dependencies": {
18 "apr-map": "3.x.x",
19 "boom": "7.x.x",
20 "bounce": "1.x.x",
21 "force-array": "3.1.x",
22 "fwrule": "1.4.x",
23 "graphi": "5.x.x",
24 "graphql-tools": "2.21.x",
25 "hasha": "3.0.x",
26 "lodash.uniq": "4.5.x",
27 "sentiment": "4.2.x",
28 "wreck": "14.x.x"
29 },
30 "devDependencies": {
31 "@2fd/graphdoc": "2.x.x",
32 "belly-button": "4.x.x",
33 "code": "5.x.x",
34 "graphql-faker": "1.x.x",
35 "graphql-playground-html": "1.x.x",
36 "graphql-voyager": "1.0.0-rc.15",
37 "hapi": "17.x.x",
38 "inert": "5.x.x",
39 "lab": "15.x.x",
40 "hapi-triton-auth": "1.x.x",
41 "stand-in": "4.x.x"
42 }
43}