UNPKG

wallet-storage-client

Version:
28 lines (27 loc) 679 B
{ "name": "wallet-storage-client", "version": "1.0.20", "description": "Client only Wallet Storage", "main": "./out/src/index.client.js", "types": "./out/src/index.client.d.ts", "repository": { "type": "git", "url": "git+https://github.com/bitcoin-sv/wallet-toolbox.git" }, "author": "Tone Engel", "license": "SEE LICENSE IN license.md", "keywords": [ "bsv", "wallet", "BRC100" ], "bugs": { "url": "https://github.com/bitcoin-sv/wallet-toolbox/issues" }, "homepage": "https://github.com/bitcoin-sv/wallet-toolbox#readme", "dependencies": { "@bsv/sdk": "^1.3.8", "axios": "^0.21.1", "whatsonchain": "^0.2.0" } }