{
  "name": "@graphitation/graphql-js-operation-payload-generator",
  "description": "Generates a payload for a given GraphQL operation expressed in graphql-js AST and a GraphQL Schema.",
  "license": "MIT",
  "version": "0.13.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/graphitation.git",
    "directory": "packages/graphql-js-operation-payload-generator"
  },
  "main": "./lib/index",
  "scripts": {
    "build": "monorepo-scripts build",
    "lint": "monorepo-scripts lint",
    "test": "monorepo-scripts test",
    "types": "monorepo-scripts types",
    "just": "monorepo-scripts",
    "test:schema-types": "ts-node ./scripts/graphql-codegen.ts"
  },
  "dependencies": {
    "@types/relay-test-utils": ">=17.0.0",
    "deepmerge": "^4.2.2",
    "graphql": "^15.0.0",
    "invariant": "^2.2.4"
  },
  "devDependencies": {
    "@graphitation/graphql-codegen-typescript-typemap-plugin": "^1.1.1",
    "@graphitation/graphql-js-tag": "^0.11.1",
    "@graphql-codegen/cli": "^2.6.2",
    "@graphql-codegen/typescript": "^2.5.1",
    "@types/jest": "^26.0.22",
    "monorepo-scripts": "*",
    "relay-test-utils-internal": "^12.0.0",
    "ts-node": "^10.8.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./lib/index.d.ts",
  "module": "./lib/index.mjs",
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  }
}
