{
  "name": "@36node/redux-api",
  "version": "0.3.17",
  "description": "A higher order component decorator for restful apis using Redux and React ",
  "repository": {
    "url": "36node/sketch",
    "type": "git"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "template": "redux-library",
  "files": [
    "dist",
    "bin",
    "typings",
    "src"
  ],
  "config-overrides-path": "../cli/config-overrides",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "typings": "typings/index.d.ts",
  "scripts": {
    "test": "NODE_ENV=test sketch test --env=node",
    "build": "sketch build"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $GIT_PARAMS",
      "pre-commit": "lint-staged",
      "pre-push": "npm run lint && npm run test"
    }
  },
  "lint-staged": {
    "*.js": [
      "npm run format",
      "git add"
    ]
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "normalizr": "^3.3.0",
    "reselect": "^4.0.0"
  },
  "peerDependencies": {
    "redux-saga": "^1.0.2"
  },
  "devDependencies": {
    "@36node/eslint-config": "^0.4.0",
    "@36node/sketch": "^0.13.15",
    "@commitlint/cli": "^7.5.2",
    "@commitlint/config-conventional": "^7.5.0",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.5",
    "prettier": "^1.16.4",
    "redux": "^4.0.1",
    "standard-version": "^5.0.2"
  },
  "gitHead": "da01584073a4ba8aa18060e0946801a3b1884936"
}
