UNPKG

reason-apollo-client

Version:

ReasonML / BuckleScript bindings for the Apollo Client ecosystem

42 lines (41 loc) 1.03 kB
{ "name": "reason-apollo-client", "description": "ReasonML / BuckleScript bindings for the Apollo Client ecosystem", "version": "1.0.0", "keywords": [ "Apollo", "BuckleScript", "GraphQL", "Reason", "ReasonML", "ReScript" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/reasonml-community/reason-apollo-client" }, "scripts": { "build": "bsb -make-world", "clean": "bsb -clean-world", "start": "bsb -make-world -w", "test": "jest" }, "devDependencies": { "@apollo/client": "^3.1.3", "@reasonml-community/graphql-ppx": "^1.0.0", "bs-platform": "8.4.2", "graphql": "^14.0.0", "jest": "26.5.3", "react": "^16.13.1", "react-dom": "^16.13.1", "reason-react": "^0.9.1", "subscriptions-transport-ws": "^0.9.17" }, "peerDependencies": { "@apollo/client": "^3.0.0", "@reasonml-community/graphql-ppx": "^1.0.0", "bs-platform": "^7.3.0 || ^8.0.0", "reason-react": "^0.8.0 || ^0.9.0" } }