{
  "name": "@tntd/hooks",
  "version": "1.0.5",
  "description": "react hooks组件",
  "main": "lib/index.js",
  "keywords": [
    "react",
    "hooks",
    "react-hooks",
    "@tntd/hooks"
  ],
  "dependencies": {
    "intersection-observer": "^0.11.0",
    "screenfull": "^5.0.2",
    "resize-observer-polyfill": "^1.5.1",
    "lodash.debounce": "^4.0.8",
    "@types/lodash.debounce": "^4.0.6",
    "lodash.throttle": "^4.1.1",
    "@types/lodash.throttle": "^4.1.6",
    "copy-to-clipboard": "^3.3.1",
    "js-cookie": "^2.2.1",
    "@types/js-cookie": "^2.2.6"
  },
  "author": "bruceliu",
  "license": "ISC",
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}