use-debouncy
Version:
🌀 Small (~0.2kb) debounce effect hook for React with TypeScript support
70 lines (69 loc) • 1.75 kB
JSON
{
"name": "use-debouncy",
"version": "5.1.6",
"author": "Egor Avakumov",
"description": "🌀 Small (~0.2kb) debounce effect hook for React with TypeScript support",
"license": "MIT",
"keywords": [
"debounce",
"use-debounce",
"react debounce",
"debounce hook",
"use-debouncy",
"use-effect",
"react",
"react hook",
"hooks",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eavam/use-debouncy.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"module": "lib/index.mjs",
"sideEffects": false,
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"scripts": {
"test": "yarn test-ct",
"lint": "yarn biome check --write .",
"build": "tsup",
"release": "release-it",
"test-ct": "playwright test -c playwright-ct.config.mts"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/experimental-ct-react": "1.52.0",
"@playwright/test": "1.52.0",
"@release-it/conventional-changelog": "10.0.1",
"@types/node": "22.15.21",
"@types/react": "19.1.5",
"@types/react-dom": "19.1.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"release-it": "19.0.2",
"simple-git-hooks": "2.13.0",
"terser": "5.39.2",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vite-plugin-commonjs": "0.10.4"
},
"files": [
"lib/"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "yarn@4.9.1",
"simple-git-hooks": {
"pre-commit": "yarn biome check --staged --files-ignore-unknown=true --no-errors-on-unmatched"
}
}