{
  "name": "mobx-graphlink",
  "description": "Integrate data from a GraphQL backend into MobX and React with declarative path requests. (built on Apollo)",
  "version": "0.1.10",
  "license": "MIT",
  "author": "Venryx (https://venryx.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Venryx/mobx-graphlink.git"
  },
  "main": "Dist/index.js",
  "typings": "Dist/index.d.ts",
  "type": "module",
  "keywords": [
    "mobx",
    "react",
    "graphql",
    "apollo",
    "database",
    "postgresql",
    "postgres"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "dist": "tsc"
  },
  "peerDependencies": {
    "@apollo/client": "^3.13.3",
    "@types/react": "^19.0.0",
    "graphql": "^16.6.0",
    "mobx": "^6.3.2",
    "mobx-react": "^7.6.0",
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@apollo/client": "^3.13.3",
    "@types/react": "^19.0.0",
    "graphql": "^16.6.0",
    "mobx": "6.3.13",
    "mobx-react": "9.2.0",
    "react": "19.0.0",
    "typescript": "5.8.3",
		"eslint": "^7.30.0",
		"eslint-config-vbase": "1.0.13"
  },
  "dependencies": {
    "@types/json-schema": "^7.0.8",
    "ajv": "^8.8.1",
    "ajv-keywords": "^5.0.0",
    "buffer": "^6.0.3",
    "chokidar": "^3.5.2",
    "commander": "^8.0.0",
    "js-vextensions": "^1.0.74",
    "strip-comments": "^2.0.1",
    "tiny-glob": "^0.2.9",
    "updeep": "^1.2.0",
    "uuid": "^8.3.2"
  }
}
