UNPKG

1.48 kBJSONView Raw
1{
2 "name": "graphql-validate-fixtures",
3 "version": "2.0.3",
4 "license": "MIT",
5 "description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "bin": "./bin/graphql-validate-fixtures",
9 "sideEffects": false,
10 "publishConfig": {
11 "access": "public",
12 "@shopify:registry": "https://registry.npmjs.org"
13 },
14 "author": "Shopify Inc.",
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Shopify/quilt.git",
18 "directory": "packages/graphql-validate-fixtures"
19 },
20 "bugs": {
21 "url": "https://github.com/Shopify/quilt/issues"
22 },
23 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-validate-fixtures/README.md",
24 "engines": {
25 "node": ">=12.14.0"
26 },
27 "dependencies": {
28 "chalk": "^4.0.0",
29 "fs-extra": "^9.1.0",
30 "glob": "^7.1.2",
31 "graphql": ">=14.5.0 <15.0.0",
32 "graphql-config": "^3.2.0",
33 "graphql-config-utilities": "^3.0.1",
34 "graphql-tool-utilities": "^2.0.0",
35 "yargs": "^15.3.1"
36 },
37 "files": [
38 "bin/*",
39 "build/*",
40 "!*.tsbuildinfo",
41 "index.js",
42 "index.mjs",
43 "index.esnext",
44 "index.d.ts"
45 ],
46 "module": "index.mjs",
47 "esnext": "index.esnext",
48 "exports": {
49 "./": "./",
50 ".": {
51 "import": "./index.mjs",
52 "require": "./index.js",
53 "esnext": "./index.esnext"
54 }
55 },
56 "gitHead": "6ef2424f75baf26bacbb9970cc7f47b76099d1cd"
57}