react-hooks-bank
Version:
A collection of **powerful, reusable custom React hooks** for complex, non-trivial interactions that go beyond React’s native features.
40 lines (39 loc) • 779 B
JSON
{
"name": "react-hooks-bank",
"version": "1.1.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"hooks",
"custom-hooks",
"custom",
"typescript",
"performance",
"frontend",
"npm-package",
"open-source",
"react-hooks",
"hooks-collection"
],
"repository": {
"type": "git",
"url": "https://github.com/mysticwillz/react-hooks-bank.git"
},
"author": "Eze Williams",
"license": "MIT",
"description": "",
"dependencies": {
"react": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.2",
"typescript": "^5.8.3"
}
}