UNPKG

@graphql-mocks/network-nock

Version:
34 lines (33 loc) 662 B
{ "name": "@graphql-mocks/network-nock", "version": "0.7.0", "description": "Mock using graphql-mocks with Nock", "main": "index.js", "module": "es/index.mjs", "exports": { ".": { "import": "./es/index.mjs", "require": "./index.js", "types": "./index.d.ts" } }, "types": "index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/graphql-mocks/graphql-mocks" }, "keywords": [ "graphql-mocks", "graphql", "nock", "mocking" ], "engines": { "node": ">= 24.0.0" }, "peerDependencies": { "graphql": ">=16.0.0 <17", "graphql-mocks": "*" } }