hd-auth-wallet/package.json
2019-12-04 21:47:33 +02:00

25 lines
525 B
JSON

{
"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",
"needle": "^2.4.0",
"sequelize": "^5.21.2",
"sqlite3": "^4.1.0",
"yargs": "^15.0.2"
},
"bin": {
"hd-auth-wallet": "./lib/index.js"
}
}