{
  "name": "reason-urql",
  "version": "3.4.0",
  "scripts": {
    "build": "bsb -make-world",
    "clean": "bsb -clean-world",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate",
    "coverage": "yarn test --coverage",
    "preversion": "run-s clean build test",
    "start": "bsb -make-world -w",
    "test": "jest"
  },
  "keywords": [
    "reason",
    "reasonml",
    "rescript",
    "bucklescript",
    "graphql",
    "urql"
  ],
  "author": "Parker Ziegler <parker.ziegler@formidable.com>",
  "contributors": [
    "Kara Stubbs <kara.stubbs@formidable.com>",
    "Avery Morin",
    "Gustavo Aguiar",
    "Phil Plückthun <phil@kitten.sh>",
    "Jovi De Croock <jovi.decroock@formidable.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "bs-fetch": "^0.6.2"
  },
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.12.1",
    "@glennsl/bs-jest": "^0.6.0",
    "@reasonml-community/graphql-ppx": "^1.0.1",
    "all-contributors-cli": "^6.19.0",
    "babel-jest": "^26.6.3",
    "bs-platform": "^8.3.2",
    "gentype": "^3.38.0",
    "graphql": "^15.4.0",
    "npm-run-all": "^4.1.5",
    "react": "^16.8.0",
    "reason-react": "^0.9.1",
    "urql": "~1.11.2"
  },
  "peerDependencies": {
    "@reasonml-community/graphql-ppx": "^1.0.1",
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
    "react": "^16.8.0",
    "reason-react": "^0.7.0",
    "urql": "~1.11.0"
  },
  "resolutions": {
    "wonka": "5.0.0-rc.1"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/__tests__/*_test.bs.js"
    ],
    "transform": {
      "\\.jsx?$": "<rootDir>/scripts/jest-transform-esm.js"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!(@glennsl/bs-jest|bs-fetch|wonka|bs-platform)/)"
    ]
  }
}
