@graphql-mocks/sinon
Version:
Mock using graphql-mocks with sinon spy
35 lines (34 loc) • 686 B
JSON
{
"name": "@graphql-mocks/sinon",
"version": "0.6.0",
"description": "Mock using graphql-mocks with sinon spy",
"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",
"mocking",
"sinon"
],
"engines": {
"node": ">= 24.0.0"
},
"peerDependencies": {
"graphql": ">=16.0.0 <17",
"graphql-mocks": "*",
"sinon": ">=18.0.0"
}
}