forked from polkadot-js/extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 969 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
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/extension/issues",
"contributors": [],
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"engines": {},
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-dapp#readme",
"license": "Apache-2",
"maintainers": [],
"name": "@polkadot/extension-dapp",
"repository": {
"directory": "packages/extension-dapp",
"type": "git",
"url": "https://github.com/polkadot-js/extension.git"
},
"sideEffects": false,
"type": "module",
"version": "0.40.5-2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/extension-inject": "^0.40.5-2",
"@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.6.1"
},
"peerDependencies": {
"@polkadot/api": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
}
}