{
  "name": "react-query",
  "version": "1.0.32",
  "description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
  "author": "tannerlinsley",
  "license": "MIT",
  "repository": "tannerlinsley/react-query",
  "main": "index.js",
  "module": "dist/react-query.min.mjs",
  "sideEffects": false,
  "scripts": {
    "test": "is-ci \"test:ci\" \"test:dev\"",
    "test:dev": "jest --watch",
    "test:ci": "jest",
    "test:coverage": "yarn test:ci; open coverage/lcov-report/index.html",
    "build": "NODE_ENV=production rollup -c",
    "now-build": "yarn && cd www && yarn && yarn build",
    "start": "rollup -c -w",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test:ci",
    "release": "yarn publish",
    "releaseNext": "yarn publish --tag next",
    "format": "prettier {src,src/**,example/src,example/src/**}/*.{md,js,jsx,tsx} --write",
    "doctoc": "npx doctoc --maxlevel 2 README.md"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": "^16.6.3"
  },
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "@babel/preset-env": "^7.8.6",
    "@babel/preset-react": "^7.8.3",
    "@rollup/plugin-replace": "^2.3.1",
    "@svgr/rollup": "^4.3.0",
    "@testing-library/react": "^9.4.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "9.x",
    "babel-jest": "^24.9.0",
    "babel-plugin-transform-async-to-promises": "^0.8.15",
    "cross-env": "^5.1.4",
    "eslint": "5.x",
    "eslint-config-prettier": "^4.3.0",
    "eslint-config-react-app": "^4.0.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-config-standard-react": "^7.0.2",
    "eslint-plugin-flowtype": "2.x",
    "eslint-plugin-import": "2.x",
    "eslint-plugin-jsx-a11y": "6.x",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-react": "7.18.3",
    "eslint-plugin-react-hooks": "1.5.0",
    "eslint-plugin-standard": "^4.0.0",
    "is-ci-cli": "^2.0.0",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "rollup": "^1.32.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-jscc": "^1.0.0",
    "rollup-plugin-node-resolve": "^5.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.2",
    "rollup-plugin-prettier": "^0.6.0",
    "rollup-plugin-size": "^0.2.2",
    "rollup-plugin-terser": "^5.2.0"
  }
}
