forked from sl1673495/use-watch-hook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.07 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
37
38
39
40
41
{
"name": "use-watch-hook",
"version": "1.0.4",
"description": "A React Hook that use to call the callback when the dep changed",
"keywords": [
"react",
"react watch",
"react hook watch",
"hook watch"
],
"main": "lib/index.js",
"authors": {
"name": "ssh",
"email": "[email protected]"
},
"repository": "/uuse-watch-hook",
"scripts": {
"test": "jest --coverage",
"dev": "father doc dev",
"build": "npm run test && npm run doc:build && npm run doc:build && npm run lib:build",
"lib:build": "father build",
"doc:build": "father doc build",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@testing-library/react": "^9.3.2",
"@testing-library/react-hooks": "^3.1.1",
"@types/jest": "^24.0.23",
"coveralls": "^3.0.9",
"father": "^2.16.0",
"jest": "^24.9.0",
"typescript": "^3.3.3"
},
"license": "MIT"
}