UNPKG

@radixdlt/account

Version:

A JavaScript client library for interacting with the Radix Distributed Ledger.

52 lines (51 loc) 1.41 kB
{ "name": "@radixdlt/account", "version": "3.0.14", "description": "A JavaScript client library for interacting with the Radix Distributed Ledger.", "keywords": [ "Account", "Radix", "RadixDLT" ], "author": "Alexander Cyon <alex.cyon@gmail.com>", "homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/account#readme", "license": "Apache-2.0", "main": "dist/index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/radixdlt/radixdlt-javascript.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/radixdlt/radixdlt-javascript/issues" }, "engines": { "node": ">=15.5.0 <16" }, "dependencies": { "@radixdlt/crypto": "^2.1.17", "@radixdlt/data-formats": "1.0.30", "@radixdlt/hardware-wallet": "^2.1.20", "@radixdlt/primitives": "^3.0.9", "@radixdlt/uint256": "1.1.0", "@radixdlt/util": "1.0.29", "bech32": "^2.0.0", "bip39": "^3.0.3", "hdkey": "^2.0.1", "long": "^4.0.0", "neverthrow": "^4.0.1", "prelude-ts": "^1.0.2", "rxjs": "7.0.0" }, "devDependencies": { "@types/hdkey": "^0.7.1", "@types/long": "^4.0.1", "ethereum-public-key-to-address": "^0.0.5" }, "gitHead": "ab9c32eb1fa60d467362ef8eb97799ccf475eb2d" }