debouncesp
Version:
A minimal debounce utility and React hook to prevent spamming button clicks or function calls.
30 lines (29 loc) • 707 B
JSON
{
"name": "debouncesp",
"version": "1.0.2",
"description": "A minimal debounce utility and React hook to prevent spamming button clicks or function calls.",
"main": "index.js",
"types": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pankaj-026/sp-debounce.git"
},
"keywords": [
"debounce",
"SP",
"Click",
"Search"
],
"author": "Pankaj Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pankaj-026/sp-debounce/issues"
},
"homepage": "https://github.com/Pankaj-026/sp-debounce#readme",
"dependencies": {
"debouncesp": "file:"
}
}