-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 897 Bytes
/
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
{
"name": "use-current-effect",
"version": "2.1.0",
"description": "useEffect hook with injected lifecycle checking method",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flufd/use-current-effect.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Flufd/use-current-effect/issues"
},
"homepage": "https://github.com/Flufd/use-current-effect#readme",
"peerDependencies": {
"react": "^16.8.0"
},
"devDependencies": {
"@testing-library/react": "^9.1.4",
"@types/jest": "^24.0.18",
"@types/react": "^16.8.0",
"@types/testing-library__react": "^9.1.1",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"types": "dist/index.d.ts"
}