{
  "name": "redux-react-hooks",
  "version": "0.6.1",
  "description": "React hooks for using redux in react.",
  "main": "dist/lib/redux-react-hooks.js",
  "unpkg": "dist/umd/redux-react-hooks.js",
  "module": "dist/es/redux-react-hooks.js",
  "files": [
    "dist/umd",
    "dist/lib",
    "src",
    "dist/es",
    "dist/flow"
  ],
  "scripts": {
    "lint": "eslint --ext .js ./src ./tests",
    "prettier:format": "prettier-eslint './src/**/*.js' './tests/**/*.js' --write",
    "prettier:different": "prettier-eslintt './src/**/*.js' './tests/**/*.js' --list-different",
    "flow": "flow check",
    "test": "cross-env NODE_ENV=test jest",
    "test:watch": "cross-env NODE_ENV=test jest --watch",
    "build:clean": "rm -rf ./dist",
    "build:flow": "flow-copy-source -v src dist/flow",
    "build:rollup": "rollup -c",
    "check": "npm-run-all lint flow prettier:different",
    "build": "npm-run-all build:clean build:rollup build:flow",
    "build:production": "cross-env NODE_ENV=production npm-run-all build:clean build:rollup build:flow",
    "docs:generate": "esdoc"
  },
  "jest": {
    "transform": {
      "^.+\\.js?$": "babel-jest"
    }
  },
  "peerDependencies": {
    "react": "^16.7.0-alpha.0",
    "redux": "^4.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GarethSmall/react-redux-hooks.git"
  },
  "keywords": [
    "experimental",
    "react",
    "redux",
    "javascript",
    "flux",
    "reactjs",
    "react16",
    "hooks"
  ],
  "author": "Gareth Small <gareth.dylan.small@gmail.com> (https://github.com/GarethSmall)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GarethSmall/react-redux-hooks/issues"
  },
  "homepage": "https://github.com/GarethSmall/react-deux-hooks#readme",
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.1.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "cross-env": "^5.2.0",
    "esdoc": "^1.1.0",
    "esdoc-flow-type-plugin": "^1.1.0",
    "esdoc-publish-markdown-plugin": "^1.1.0",
    "esdoc-standard-plugin": "^1.0.0",
    "eslint": "^5.7.0",
    "eslint-config-prettier": "^3.1.0",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-flowtype": "^3.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.25.1",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-prettier": "^3.0.0",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-react-hooks": "0.0.0",
    "flow-bin": "^0.83.0",
    "flow-copy-source": "^2.0.2",
    "flow-typed": "^2.5.1",
    "jest": "^23.6.0",
    "npm-run-all": "^4.1.3",
    "prettier": "^1.14.3",
    "prettier-eslint-cli": "^4.7.1",
    "react": "^16.7.0-alpha.0",
    "react-dom": "^16.7.0-alpha.0",
    "react-test-renderer": "^16.7.0-alpha.0",
    "redux": "^4.0.1",
    "redux-mock-store": "^1.5.3",
    "regenerator-runtime": "^0.12.1",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-eslint": "^5.0.0",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-terser": "^3.0.0"
  },
  "dependencies": {
    "uninstall": "0.0.0"
  }
}
