@graphql-mocks/sinon
Version:
Mock using graphql-mocks with sinon spy
36 lines (35 loc) • 707 B
JSON
{
"name": "@graphql-mocks/sinon",
"version": "0.5.4",
"author": "Chad Carbert",
"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": ">= 20.0.0"
},
"peerDependencies": {
"graphql": "^16.0.0",
"graphql-mocks": "*",
"sinon": "^9.0.0"
}
}