{
  "name": "cohook",
  "version": "1.0.7",
  "description": "",
  "main": "lib/cohook.js",
  "types": "./types/index.d.ts",
  "files": [
    "lib",
    "types",
    "src"
  ],
  "scripts": {
    "test": "jest --env=jsdom",
    "build": "rimraf lib types && rollup -c",
    "lint": "eslint . --ext js,ts,tsx",
    "release": "standard-version",
    "pub": "pnpm lint && pnpm test && pnpm build && pnpm release && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://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@github.com/Keylenn/cohook.git"
  },
  "keywords": [
    "container",
    "immer",
    "hook"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Keylenn/cohook/issues"
  },
  "homepage": "https://github.com/Keylenn/cohook#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.12.1",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@testing-library/react": "^12.0.0",
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.14.172",
    "@types/react": "^17.0.19",
    "@types/react-dom": "^17.0.9",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "babel-eslint": "10.1.0",
    "babel-jest": "^27.1.0",
    "eslint": "7.21.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-prettier": "6.14.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-prettier": "3.3.1",
    "eslint-plugin-react": "7.22.0",
    "husky": "^4.3.6",
    "jest": "^27.1.0",
    "lint-staged": "^10.5.3",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.33.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "standard-version": "^9.3.1",
    "typescript": "^4.4.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": "eslint --fix"
  },
  "dependencies": {
    "immer": "^9.0.5",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0"
  }
}
