Some checks failed
Lock Threads / lock (push) Has been cancelled
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/extension/issues",
|
|
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-inject#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/extension-inject",
|
|
"repository": {
|
|
"directory": "packages/extension-inject",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/extension.git"
|
|
},
|
|
"sideEffects": true,
|
|
"type": "module",
|
|
"version": "0.64.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/api": "^16.5.6",
|
|
"@polkadot/rpc-provider": "^16.5.6",
|
|
"@polkadot/types": "^16.5.6",
|
|
"@polkadot/util": "^14.0.3",
|
|
"@polkadot/util-crypto": "^14.0.3",
|
|
"@polkadot/x-global": "^14.0.3",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/dev-test": "^0.83.3",
|
|
"@types/chrome": "^0.0.254",
|
|
"@types/firefox-webext-browser": "^111.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/api": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|