UNPKG

@mybucks.online/core

Version:

Core module of Mybucks.online Crypto Wallet

43 lines (42 loc) 908 B
{ "name": "@mybucks.online/core", "version": "1.0.7", "description": "Core module of Mybucks.online Crypto Wallet", "main": "index.js", "type": "module", "scripts": { "test": "node test/index.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mybucks-online/core.git" }, "keywords": [ "wallet", "crypto", "password-only", "multi-chain", "self-custodial", "browser-based", "ethereum", "tron", "scrypt", "keccak256", "key-generation", "open-source", "mybucks.online" ], "author": "koko37", "license": "MIT", "bugs": { "url": "https://github.com/mybucks-online/core/issues" }, "homepage": "https://github.com/mybucks-online/core#readme", "dependencies": { "buffer": "^6.0.3", "ethers": "^6.13.5", "nanoid": "^5.0.9", "scrypt-js": "^3.0.1", "tronweb": "^6.0.1" } }