{
  "name": "@ablestack/rdo-apollo-mobx-connector",
  "version": "0.8.7",
  "description": "A library to connect Apollo GraphQL Query Results to MobX, leveraging Reactive Domain Objects",
  "author": "jamshally <ahrndee@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/ablestack/reactive-domain-objects",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ablestack/reactive-domain-objects"
  },
  "keywords": [
    "json",
    "typescript",
    "graphql",
    "react",
    "reactjs",
    "state-management",
    "domain-models",
    "mobx",
    "mobx-state-tree",
    "mox-react",
    "observable",
    "reactive",
    "json-data",
    "idempotent",
    "imperative",
    "reactive"
  ],
  "scripts": {
    "prepublishOnly": "shx rm -f dist/src/package.json dist/src/README.md && shx cp package.json README.md dist/src/",
    "test": "jest",
    "build": "tsc --build --verbose",
    "rebuild": "tsc --build --force --verbose",
    "lpub": "yalc publish",
    "lpush": "yalc push",
    "install-safe": "npm install --legacy-peer-deps"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist/src"
  },
  "peerDependencies": {
    "graphql-tag": "^2.11.0"
  },
  "dependencies": {
    "@ablestack/deferred-promise-ts": "^0.4.0",
    "@ablestack/rdo": "^0.8.7",
    "@apollo/client": "3.3.7",
    "@types/lodash": "^4.14.168",
    "@wry/equality": "^0.3.1",
    "debug": "^4.3.1",
    "graphql": "^15.4.0",
    "mobx": "^6.0.4",
    "mobx-react-lite": "^3.1.6",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "tslib": "2.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@graphql-codegen/core": "^1.17.9",
    "@graphql-codegen/plugin-helpers": "1.18.2",
    "@graphql-codegen/typescript": "^1.20.0",
    "@graphql-codegen/visitor-plugin-common": "1.18.0",
    "@types/jest": "^26.0.20",
    "@types/react": "17.0.0",
    "babel-jest": "^26.6.3",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "ts-node": "~9.0.0",
    "typescript": "^4.0.5"
  },
  "sideEffects": false,
  "main": "dist/rdo-apollo-mobx-connector/src/index.js",
  "typings": "dist/rdo-apollo-mobx-connector/src/index.d.ts",
  "typescript": {
    "definition": "dist/apollo-mobx-connector/src/index.d.ts"
  },
  "gitHead": "d0ce15cbca8661a8fcebab7cdaffc19bfef77c1b"
}
