UNPKG

mnemonics

Version:
34 lines (33 loc) 659 B
{ "name": "mnemonics", "version": "1.1.3", "description": "create bip39 mnemonics", "main": "bin/mnemonics", "bin": { "mnemonics": "bin/mnemonics" }, "repository": { "type": "git", "url": "git@github.com:itinance/mnemonics.git" }, "homepage": "https://github.com/itinance/mnemonics", "files": [ "bin/", "src/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bip39", "mnemonics", "bitcoin", "ethereum" ], "author": "Hagen Huebel (hhuebel@itinance.com)", "license": "MIT", "dependencies": { "bip39": "^3.0.2", "esm": "^3.2.25" } }