UNPKG

@muirglacier/jellyfish-wallet-mnemonic

Version:

A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin

35 lines (34 loc) 875 B
{ "private": false, "name": "@muirglacier/jellyfish-wallet-mnemonic", "version": "0.1.9", "description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin", "keywords": [ "DeFiChain", "DeFi", "Blockchain", "API", "Bitcoin" ], "repository": "muirglacier/jellyfish", "bugs": "https://github.com/muirglacier/jellyfish/issues", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc -b ./tsconfig.build.json" }, "dependencies": { "@muirglacier/jellyfish-transaction": "0.1.9", "@muirglacier/jellyfish-wallet": "0.1.9", "bip32": "^2.0.6", "bip39": "^3.0.4", "create-hmac": "^1.1.7" }, "devDependencies": { "@types/create-hmac": "^1.1.0" } }