UNPKG

@graphql-codegen/testing

Version:
45 lines 1.27 kB
{ "name": "@graphql-codegen/testing", "version": "1.18.0-alpha-20221102105701-58dfa2ce6", "description": "GraphQL Codegen Testing Utils", "peerDependencies": { "jest-diff": "^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0", "typescript": ">=3.0.0" }, "dependencies": { "@graphql-codegen/plugin-helpers": "^2.7.2", "common-tags": "^1.8.0", "lz-string": "^1.4.4", "graphql-helix": "1.13.0", "nock": "13.2.9", "tslib": "~2.4.0" }, "repository": "git@github.com:dotansimha/graphql-code-generator.git", "homepage": "https://github.com/dotansimha/graphql-code-generator#readme", "author": "Dotan Simha <dotansimha@gmail.com>", "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }