@polkadot/util-keyring
Version:
40 lines (39 loc) • 926 B
JSON
{
"name": "@polkadot/util-keyring",
"version": "0.30.7",
"description": "Keyring management",
"main": "index.js",
"engines": {
"node": ">=8.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polkadot-js/client.git"
},
"keywords": [
"Polkadot",
"Keyring",
"ed25519"
],
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"contributors": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/polkadot-js/client/issues"
},
"homepage": "https://github.com/polkadot-js/client/tree/master/packages/util-keyring#readme",
"dependencies": {
"@babel/runtime": "^7.0.0",
"@polkadot/util": "^0.30.7",
"@polkadot/util-crypto": "^0.30.7",
"@types/bs58": "^3.0.30",
"bs58": "^4.0.1"
}
}