forked from Koniverse/SubWallet-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.1 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
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/Koniverse/Subwallet-V2/issues",
"contributors": [],
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
"homepage": "https://github.com/Koniverse/Subwallet-V2/tree/master/packages/extension-inject#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@subwallet/extension-inject",
"repository": {
"directory": "packages/extension-inject",
"type": "git",
"url": "https://github.com/Koniverse/Subwallet-V2.git"
},
"sideEffects": true,
"type": "module",
"version": "1.1.65-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/rpc-provider": "^10.12.4",
"@polkadot/types": "^10.12.4",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/x-global": "^12.2.1",
"web3-core": "^1.10.0"
},
"devDependencies": {
"@types/chrome": "^0.0.197",
"@types/firefox-webext-browser": "^94.0.1"
},
"peerDependencies": {
"@polkadot/api": "*"
}
}