Files
pezkuwi-ui/packages/ui-keyring/package.json
T
Arjun Porwal f125830e2c 3.16.1 (#847)
* 3.16.1

* 3.16.1
2025-08-27 09:52:00 -03:00

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.16.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.6",
"@polkadot/ui-settings": "3.16.1",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"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": "*"
}
}