{
  "name": "@n1ru4l/graphql-live-query-patch-jsondiffpatch",
  "version": "0.8.0",
  "peerDependencies": {
    "graphql": "^15.4.0 || ^16.0.0"
  },
  "dependencies": {
    "@n1ru4l/json-patch-plus": "^0.2.0",
    "@n1ru4l/graphql-live-query-patch": "^0.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/n1ru4l/graphql-live-queries.git",
    "directory": "packages/graphql-live-query-patch-json-diff"
  },
  "homepage": "https://github.com/n1ru4l/graphql-live-queries#readme",
  "keywords": [
    "graphql",
    "query",
    "live",
    "real-time"
  ],
  "author": "n1ru4l <laurinquast@googlemail.com>",
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "typings/index.d.ts",
  "typescript": {
    "definition": "typings/index.d.ts"
  },
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./typings/index.d.ts",
        "default": "./cjs/index.js"
      },
      "import": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      },
      "default": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      }
    },
    "./package.json": "./package.json"
  }
}