-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 903 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
{
"author": "Reef Chain",
"bugs": "https://github.com/reef-defi/browser-extension/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/reef-defi/browser-extension/tree/master/packages/extension-inject#readme",
"license": "Apache-2",
"maintainers": [],
"name": "@reef-defi/extension-inject",
"repository": {
"directory": "packages/extension-inject",
"type": "git",
"url": "https://github.com/reef-defi/browser-extension.git"
},
"sideEffects": false,
"type": "module",
"version": "1.0.23",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.0"
},
"devDependencies": {
"@types/chrome": "^0.0.161",
"@types/firefox-webext-browser": "^94.0.0"
},
"peerDependencies": {
"@polkadot/api": "*"
}
}