{
  "name": "rescript-apollo-client",
  "description": "ReScript bindings for the Apollo Client ecosystem",
  "version": "5.0.0",
  "keywords": [
    "Apollo",
    "BuckleScript",
    "GraphQL",
    "ReScript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jeddeloh/rescript-apollo-client"
  },
  "scripts": {
    "build": "rescript build -with-deps",
    "clean": "rescript clean",
    "format:ci": "rescript format -check -all",
    "start": "rescript build -with-deps -w",
    "test": "jest"
  },
  "devDependencies": {
    "@apollo/client": "^3.13.8",
    "@reasonml-community/graphql-ppx": "1.2.4-1345e061.0",
    "@rescript/react": "~0.11.0",
    "graphql": "^15.0.0",
    "graphql-ws": "^5.5.5",
    "jest": "26.5.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rescript": "~10.1.2"
  },
  "peerDependencies": {
    "@apollo/client": "^3.13.8",
    "@reasonml-community/graphql-ppx": "^1.0.0",
    "@rescript/react": "~0.10.0 || ~0.11.0 || ~0.12.0",
    "rescript": "^10.0.0 || ^11.0.0"
  },
  "peerDependenciesMeta": {
    "rescript": {
      "optional": true
    }
  },
  "workspaces": [
    "EXAMPLES",
    "./"
  ]
}
