-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 985 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
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/polkagate/extension/issues",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"engines": {
"node": ">=18.18"
},
"homepage": "https://github.com/polkagate/extension/tree/master/packages/extension-dapp#readme",
"license": "Apache-2.0",
"name": "@polkadot/extension-dapp",
"repository": {
"directory": "packages/extension-dapp",
"type": "git",
"url": "https://github.com/polkagate/extension.git"
},
"sideEffects": [
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "0.47.5",
"main": "index.js",
"dependencies": {
"@polkadot/extension-inject": "^0.47.5",
"@polkadot/util": "latest",
"@polkadot/util-crypto": "latest",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@polkadot/api": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
}
}