-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "react-custom-hooks-utils",
"version": "1.4.1",
"description": "This library contains a collection of reusable React custom hooks to simplify state management, side effects, and user interactions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
},
"keywords": [
"react",
"react hooks",
"custom hooks",
"useFetch",
"useLocalStorage",
"useToggle",
"useDebounce",
"useWindowSize",
"usePrevious",
"useClickOutside",
"useHover",
"useTimeout",
"useForm",
"Each",
"custom react hooks"
],
"author": "Babar Bilal",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/babarbilal56/react-custom-hooks-utils.git"
},
"bugs": {
"url": "https://github.com/babarbilal56/react-custom-hooks-utils/issues"
},
"homepage": "https://github.com/babarbilal56/react-custom-hooks-utils#readme"
}