{
  "name": "@graphitation/apollo-react-relay-duct-tape",
  "description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
  "license": "MIT",
  "version": "1.4.40",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/graphitation.git",
    "directory": "packages/apollo-react-relay-duct-tape"
  },
  "main": "./lib/index",
  "scripts": {
    "build": "monorepo-scripts build",
    "lint": "monorepo-scripts lint",
    "test": "monorepo-scripts test",
    "types": "monorepo-scripts types",
    "just": "monorepo-scripts",
    "duct-tape-compiler:compiled-hooks": "duct-tape-compiler --emitQueryDebugComments --schema ./src/__tests__/schema.graphql --src ./src --exclude storeObservation/__tests__/*FieldPolicy.test.ts --exclude __tests__/hooks.test.tsx",
    "duct-tape-compiler:noop-hooks": "duct-tape-compiler --emitDocuments=false --schema ./src/__tests__/schema.graphql --src ./src --exclude storeObservation/__tests__/*FieldPolicy.test.ts --exclude storeObservation/__tests__/compiledHooks.test.tsx",
    "duct-tape-compiler": "yarn duct-tape-compiler:compiled-hooks && yarn duct-tape-compiler:noop-hooks"
  },
  "devDependencies": {
    "@apollo/client": ">= 3.3.0 < 3.7.0",
    "@graphitation/apollo-mock-client": "^0.13.1",
    "@graphitation/apollo-react-relay-duct-tape-compiler": "^1.9.9",
    "@graphitation/graphql-js-operation-payload-generator": "^0.13.2",
    "@graphitation/graphql-js-tag": "^0.11.1",
    "@types/jest": "^26.0.22",
    "@types/lodash": "^4.14.176",
    "@types/react": "^18.2.29",
    "graphql": "^15.0.0",
    "monorepo-scripts": "*",
    "react": "^18.2.0",
    "ts-expect": "^1.3.0"
  },
  "peerDependencies": {
    "@apollo/client": ">= 3.3.0 < 3.7.0",
    "graphql": "^15.0.0",
    "react": "^18.2.0"
  },
  "dependencies": {
    "invariant": "^2.2.4",
    "lodash": "^4.18.1"
  },
  "sideEffects": false,
  "access": "public",
  "publishConfig": {},
  "types": "./lib/index.d.ts",
  "module": "./lib/index.mjs",
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  }
}
