forked from Koniverse/SubWallet-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 995 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
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/Koniverse/Subwallet-V2/issues",
"contributors": [],
"description": "Definitions for all known chains as exposed by the extension.",
"homepage": "https://github.com/Koniverse/Subwallet-V2/tree/master/packages/extension-chains#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@subwallet/extension-chains",
"repository": {
"directory": "packages/extension-chains",
"type": "git",
"url": "https://github.com/Koniverse/Subwallet-V2.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "1.1.65-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/networks": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@subwallet/extension-inject": "^1.1.65-0"
},
"peerDependencies": {
"@polkadot/api": "*",
"@polkadot/types": "*"
}
}