{
  "name": "use-reducer-with-side-effects",
  "version": "2.2.0",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "test": "FORCE_COLOR=t npx tape -r @babel/register -r @babel/polyfill ./test/*.js | npx tap-diff",
    "build": "babel src -d lib",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "hooks",
    "reducer",
    "state",
    "side",
    "effects",
    "reason"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/conorhastings/use-reducer-with-side-effects.git"
  },
  "author": "Conor Hastings",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.6.0",
    "@babel/preset-env": "^7.4.5",
    "@babel/polyfill": "latest",
    "@babel/register": "latest",
    "proxyquire": "^2.1.3",
    "tap-diff": "^0.1.1",
    "tape": "^4.11.0",
    "react": "^16.9.0"
  },
  "peerDependencies": {
    "react": "^16.8.0"
  }
}
