react-custom-hook
Version:
A Library, which holds a plenty of hooks, is useful for developers to minimize their code and make their lives easier
27 lines (26 loc) • 623 B
JSON
{
"name": "react-custom-hook",
"version": "0.0.3",
"description": "A Library, which holds a plenty of hooks, is useful for developers to minimize their code and make their lives easier",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ameer Ashif K",
"license": "ISC",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"keywords": [
"react-hooks",
"react-custom-hooks",
"custom-hooks",
"hooks",
"custom-react-hooks",
"useState",
"reactjs-hooks",
"custom hooks",
"react hooks"
]
}