use-debounce-react
Version:
A react hook which is wait until something is happening then execute provided callback
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "use-debounce-react",
"version": "1.0.0",
"description": "A react hook which is wait until something is happening then execute provided callback",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raviverma1810/use-debounce.git"
},
"keywords": [
"debounce",
"use-debounce",
"wait",
"watching",
"typing",
"use-debounce-react",
"react debounce",
"useDebounce",
"useDebounce hook",
"usedebounce hook",
"react hooks",
"delay",
"react delay",
"ravi verma"
],
"author": "Ravi Verma (9039005414)",
"license": "ISC",
"bugs": {
"url": "https://github.com/raviverma1810/use-debounce/issues"
},
"homepage": "https://github.com/raviverma1810/use-debounce#readme",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-uglify": "^6.0.4"
}
}