{
  "name": "nicehook",
  "version": "1.2.1",
  "description": "Simple and reusable Hooks",
  "main": "es/index.js",
  "types": "types/index.d.ts",
  "author": "jingyu",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs",
    "ci": "tsc",
    "test": "jest",
    "prepare": "husky install"
  },
  "files": [
    "es",
    "types"
  ],
  "keywords": [
    "react",
    "hook",
    "state-hook",
    "effect-hook",
    "hooks-api"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robot12580/nicehook.git"
  },
  "bugs": {
    "url": "https://github.com/robot12580/nicehook/issues"
  },
  "homepage": "https://github.com/robot12580/nicehook#readme",
  "dependencies": {
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.9.4"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.12.1",
    "@babel/preset-typescript": "^7.0.0",
    "@commitlint/cli": "^17.4.0",
    "@commitlint/config-conventional": "^17.4.0",
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.3.0",
    "@rollup/plugin-typescript": "^10.0.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.2.4",
    "@types/lodash": "^4.14.191",
    "@types/node": "^18.11.18",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "babel-jest": "^29.3.1",
    "husky": "^8.0.3",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "rollup": "^3.9.0",
    "tslib": "^2.4.1"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "testMatch": [
      "**/*.spec.{js,jsx,ts,tsx}"
    ],
    "collectCoverage": true,
    "coverageReporters": [
      "text",
      "cobertura"
    ]
  }
}
