{ "name": "hd-auth-wallet", "version": "0.0.1", "description": "example wallet features for hd-auth use.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "dependencies": { "bip32": "^2.0.4", "bip38": "^3.0.0", "bip39": "^3.0.2", "config": "^3.2.4", "nanoid": "^2.1.7", "sequelize": "^5.21.2", "sqlite3": "^4.1.0", "yargs": "^15.0.2" }, "bin": { "hd-auth-wallet": "./lib/index.js" } }