react-apollo-testing-mock-gen
Version:
Mock generator for testing with MockedProvider.
35 lines (34 loc) • 787 B
JSON
{
"name": "react-apollo-testing-mock-gen",
"version": "1.0.2",
"description": "Mock generator for testing with MockedProvider.",
"main": "./index.js",
"bin": {
"mock-gen": "bin/mock-gen"
},
"scripts": {
"start": "node index.js"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"mock-gen"
],
"author": "csabat",
"license": "ISC",
"dependencies": {
"arg": "^5.0.0",
"esm": "^3.2.25",
"graphql": "^15.5.0",
"inquirer": "^7.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csabat/react-apollo-testing-mock-gen.git"
},
"bugs": {
"url": "https://github.com/csabat/react-apollo-testing-mock-gen/issues"
},
"homepage": "https://github.com/csabat/react-apollo-testing-mock-gen"
}