forked from Urbantechteam/connect-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@amfi/connect-wallet",
"version": "1.1.25",
"description": "Connect Crypto Wallet by using CoinbaseWallet (WalletLink), KardiaChain, MetaMask browser extentions or mobile application and WalletConnect service by scanning Wallet Qr-code.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laumiqv/connect-wallet.git"
},
"keywords": [
"wallet-connect",
"wallet",
"cryptocurrency",
"crypto",
"walletconnect",
"metamask",
"walletlink",
"wallet-link",
"coinbasewallet",
"coinbase-wallet",
"blockchain",
"chain",
"connect blockchain"
],
"author": {
"email": "amaryfilo@gmail.com",
"name": "Amary Filo",
"url": "https://amaryfilo.com"
},
"contributors": [
{
"email": "amaryfilo@gmail.com",
"name": "Amary Filo",
"url": "https://amaryfilo.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/laumiqv/connect-wallet/issues"
},
"homepage": "https://github.com/laumiqv/connect-wallet#readme",
"dependencies": {
"@walletconnect/web3-provider": "^1.6.6",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"web3": "^1.6.1"
},
"devDependencies": {
"@coinbase/wallet-sdk": "^3.1.0",
"tslint": "~6.1.0",
"typedoc": "^0.20.37",
"typescript": "~4.0.2"
}
}