-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 971 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
{
"name": "@rabby-wallet/eth-walletconnect-keyring",
"version": "2.1.5",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"version:commit": "git add -A && (git diff-index --quiet HEAD || git commit -m 'chore: build')",
"preversion": "npm run build && npm run version:commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RabbyHub/eth-walletconnect-keyring.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RabbyHub/eth-walletconnect-keyring/issues"
},
"homepage": "https://github.com/RabbyHub/eth-walletconnect-keyring#readme",
"dependencies": {
"@ethereumjs/tx": "^3.5.2",
"@rabby-wallet/wc-client": "^1.8.10",
"@walletconnect/sign-client": "^2.11.1",
"@walletconnect/types": "^2.10.0",
"ethereumjs-util": "^7.1.3",
"events": "^3.3.0",
"web3-utils": "^1.6.0"
},
"devDependencies": {
"typescript": "^4.4.4"
}
}