UNPKG

@polkadot/client-keyring

Version:
42 lines (41 loc) 1.02 kB
{ "name": "@polkadot/client-keyring", "version": "0.8.4", "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>", "license": "ISC", "bugs": { "url": "https://github.com/polkadot-js/client/issues" }, "homepage": "https://github.com/polkadot-js/client/tree/master/packages/client-keyring#readme", "scripts": { "build": "polkadot-dev-build-babel", "check": "eslint src && flow check", "test": "echo \"Tests only available from root wrapper\"" }, "dependencies": { "@polkadot/util": "^0.15.10", "@polkadot/util-crypto": "^0.15.10", "babel-runtime": "^6.26.0" }, "devDependencies": { "@polkadot/client": "^0.8.4" } }