UNPKG

1.07 kBJSONView Raw
1{
2 "name": "graphql-validate-fixtures",
3 "description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema",
4 "version": "0.8.3",
5 "main": "lib/index.js",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public",
9 "@shopify:registry": "https://registry.npmjs.org"
10 },
11 "bin": "./bin/graphql-validate-fixtures",
12 "tags": [
13 "graphql"
14 ],
15 "author": "Shopify Inc.",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Shopify/graphql-tools-web.git"
19 },
20 "bugs": {
21 "url": "https://github.com/shopify/graphql-tools-web/issues"
22 },
23 "homepage": "https://github.com/shopify/graphql-tools-web/blob/master/packages/graphql-typescript-definitions",
24 "scripts": {
25 "build": "tsc",
26 "pretest": "yarn build",
27 "prepublishOnly": "yarn build"
28 },
29 "dependencies": {
30 "chalk": "^2.4.1",
31 "fs-extra": "^6.0.0",
32 "glob": "^7.1.2",
33 "graphql": "0.13.2",
34 "graphql-tool-utilities": "^0.7.3",
35 "yargs": "^11.0.0"
36 },
37 "devDependencies": {
38 "typescript": "^2.8.3"
39 }
40}