mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-keyring#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/ui-keyring",
|
|
"repository": {
|
|
"directory": "packages/ui-keyring",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "3.15.1",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/keyring": "^13.5.3",
|
|
"@polkadot/ui-settings": "3.15.1",
|
|
"@polkadot/util": "^13.5.3",
|
|
"@polkadot/util-crypto": "^13.5.3",
|
|
"mkdirp": "^3.0.1",
|
|
"rxjs": "^7.8.1",
|
|
"store": "^2.0.12",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^2.0.0",
|
|
"@types/store": "^2.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/ui-settings": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|