-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.38 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
47
48
49
{
"name": "swagger-graphql-schema",
"version": "0.1.15-dev",
"main": "./lib/index.js",
"license": "MIT",
"scripts": {
"build": "babel src/ --out-dir lib --copy-files",
"build:watch": "yarn run build --watch",
"test": "tape -r babel-register ./test/**/*.js",
"test:watch": "tape-watch -r babel-register ./test/**/*.js"
},
"devDependencies": {
"@std/esm": "^0.19.2",
"axios": "^0.16.2",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"graphql-tag": "^2.7.3",
"json-schema-faker": "^0.5.0-rc12",
"json-schema-ref-parser": "^4.0.4",
"perfy": "^1.1.2",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"tape-catch": "^1.0.6",
"tape-watch": "^2.3.0",
"uuid": "^3.1.0"
},
"dependencies": {
"graphql-iso-date": "^3.3.0",
"graphql-scalars": "^0.1.4",
"graphql-tools-types": "^1.1.13",
"graphql-type-json": "^0.1.4",
"graphql-union-input-type": "https://github.com/wrak/graphql-union-input-type.git#a43b6046cafb3767f88a7993995ce090052e56c9",
"invariant": "^2.2.2",
"lodash": "^4.17.4",
"seedrandom": "^2.4.3",
"traverse": "^0.6.6",
"uri-templates": "^0.2.0"
},
"peerDependencies": {
"axios": "^0.16.2",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1"
},
"resolutions": {
"graphql": "0.12.3"
},
"@std/esm": "cjs"
}