{
  "name": "@fruits-chain/hooks-laba",
  "version": "1.0.2",
  "description": "🏆 React 一些常用的 hook 集合",
  "author": "yinqiao",
  "homepage": "",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "es",
    "README.md"
  ],
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.6",
    "antd": "^4.17.3",
    "dayjs": "^1.10.7",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "react": "^16.12.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hjfruit/hooks-laba.git",
    "branch": "master",
    "platform": "github"
  },
  "gitHead": "c400fbba8082d546c0dbe0bcf41eb43b4ffd4ba8"
}
