forked from polkadot-js/extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 997 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/polkadot-js/extension/issues",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"engines": {
"node": ">=16"
},
"homepage": "https://github.com/polkadot-js/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/polkadot-js/extension.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "0.46.6-7-x",
"main": "index.js",
"dependencies": {
"@polkadot/extension-inject": "0.46.6-7-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@polkadot/api": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
}
}