forked from BitBoxSwiss/bitbox02-backup-recovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "bitbox02_backup",
"version": "1.0.0",
"description": "Utility to get a seed word list from a single bitbox02 backup file",
"main": "get_backup.js",
"scripts": {
"generate-msg": "pbjs -t static-module -w commonjs -o ./js/protobuf_backup_messages.js ./messages/backup.proto",
"bundle": "browserify js/get_backup.js -o js/get_backup_bundled.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCharlatan/bitbox02_backup.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheCharlatan/bitbox02_backup/issues"
},
"homepage": "https://github.com/TheCharlatan/bitbox02_backup#readme",
"dependencies": {
"bip39": "3.1.0",
"protobufjs": "7.2.4",
"protobufjs-cli": "1.1.1"
},
"devDependencies": {
"browserify": "17.0.0"
}
}