UNPKG

@digest/jest-graphql

Version:
47 lines (46 loc) 1.21 kB
{ "name": "@digest/jest-graphql", "title": "Jest GraphQL Digest", "license": "LGPL-3.0-or-later", "version": "4.1.4", "description": "Digested Jest GraphQL configurations", "author": "wallzero @wallzeroblog (http://wallzero.com)", "contributors": [ { "name": "Connor Schlesiger", "email": "connor@schlesiger.ca", "position": "Initial and Lead Developer" } ], "main": "src/index.js", "files": [ "/src/index.js", "COPYING.md", "COPYING.LESSER.md" ], "homepage": "https://gitlab.com/digested/node-digest/tree/master/packages/jest-graphql", "repository": { "type": "git", "url": "https://gitlab.com/digested/node-digest.git" }, "bugs": { "url": "https://gitlab.com/digested/node-digest/issues" }, "scripts": { "lint": "run-p lint:es", "lint:es": "eslint 'src/**/*.[jt]s?(x)' --ignore-pattern 'src/**/*.(d.ts|json)'", "clean": "rimraf node_modules dist package-lock.json npm-debug.log" }, "dependencies": { "@digest/babel-graphql": "^4.1.4", "@digest/graphql": "^4.1.4", "@digest/jest-babel": "^4.1.4", "jest-transform-graphql": "^2.1.0" }, "keywords": [ "digest", "jest", "graphql" ], "gitHead": "0feeb837fb854241aaa341aa0dce8939cc2e6a46" }