-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 963 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
36
37
38
39
40
41
42
{
"name": "@infinitywallet/infinity-connector",
"description": "Infinity Wallet connection SDK for DApp web3 connect integration",
"version": "1.0.6",
"homepage": "https://infinitywallet.io",
"author": "Infinity Wallet",
"keywords": [
"infinity wallet",
"infinity connect",
"infinity",
"web3",
"web3 connect",
"wallet connect",
"wallet provider",
"ethereum",
"bnbchain",
"polygon",
"harmony"
],
"repository": {
"type": "git",
"url": "https://github.com/InfinityWallet/infinity-connector"
},
"type": "commonjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"start": "tsc --watch"
},
"dependencies": {
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"tiny-warning": "^1.0.3"
},
"license": "MIT"
}