-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.24 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@rjshooks/use-contract-function",
"version": "0.5.0",
"description": "React hook for calling Ethereum contract functions with precise error handling and progress tracking. Replaces useContractFunction from useDapp package.",
"keywords": [
"flow",
"progress",
"react",
"hook",
"async"
],
"author": "Ramesh Nair <ram@hiddentao.com>",
"homepage": "https://github.com/hiddentao/react-hooks/tree/main/packages/progress#readme",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"package.json",
"package-lock.json",
"CHANGELOG.md",
"LICENSE.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hiddentao/react-hooks.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"bugs": {
"url": "https://github.com/hiddentao/react-hooks/issues"
},
"devDependencies": {
"@usedapp/core": "^1.0.2",
"ethers": "^5.6.6",
"typescript": "^4.6.3"
},
"gitHead": "d5204726be1ab8c402011ff0b2a4fc8bd91e50cd",
"dependencies": {
"@rjshooks/use-progress": "^0.5.0"
},
"engines": {
"node": ">=20.0.0"
},
"engineStrict": true
}