@graphql-codegen/testing
Version:
GraphQL Codegen Testing Utils
45 lines • 1.3 kB
JSON
{
"name": "@graphql-codegen/testing",
"version": "3.0.1-rc-20240108195533-976efdfc8",
"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 || ^29.0.0",
"typescript": ">=3.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "5.0.2-rc-20240108195533-976efdfc8",
"common-tags": "^1.8.0",
"lz-string": "^1.4.4",
"graphql-helix": "1.13.0",
"nock": "13.3.1",
"tslib": "~2.6.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"
}
}