forked from eryk-vieira/use-tronlink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
42
43
44
45
46
47
48
{
"name": "use-tronlink",
"version": "0.0.7",
"description": "A React hook that connects with Tronlink hot wallet",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/Eryk-Luiz/use-tronlink",
"homepage": "https://github.com/Eryk-Luiz/use-tronlink",
"keywords": [
"Blockchain",
"Tronlink",
"Tron",
"Wallet",
"Connect Wallet",
"Connect",
"react",
"react hooks",
"hooks",
"typescript"
],
"author": "Eryk-Luiz",
"license": "MIT",
"type": "module",
"devDependencies": {
"@types/react": "^18.0.11",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"rollup": "^2.75.5",
"rollup-plugin-sass": "^1.2.12",
"rollup-plugin-typescript2": "^0.32.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.7.3"
},
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"peerDependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}