{
  "name": "@digest/jest-graphql",
  "title": "Jest GraphQL Digest",
  "license": "LGPL-3.0-or-later",
  "version": "4.14.17",
  "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",
    "clean": "rimraf node_modules dist package-lock.json npm-debug.log"
  },
  "dependencies": {
    "@digest/babel-graphql": "^4.0.0",
    "@digest/graphql": "^4.0.0",
    "@digest/jest-babel": "^4.0.0",
    "jest-transform-graphql": "^2.1.0"
  },
  "keywords": [
    "digest",
    "jest",
    "graphql"
  ],
  "gitHead": "6cedab58ceede93414f94e516339e06476ece7ea"
}
