forked from vulet/hnt-scriptz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 762 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 762 Bytes
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
{
"name": "hnt-scriptz",
"version": "0.1.1",
"description": "helium network scriptz",
"scripts": {
"save_all": "node scripts/save_all.js",
"rando": "node scripts/rando.js",
"forked": "node scripts/forked.js",
"ogCode": "node scripts/ogCode.js",
"wallet": "node scripts/wallet.js",
"rescue": "node scripts/rescue.js",
"missing": "node scripts/missing.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@helium/crypto": "^3.38.0",
"@helium/http": "^3.38.3",
"@helium/transactions": "^3.38.0",
"bip39": "^3.0.4",
"ed25519-hd-key": "^1.2.0",
"inquirer": "^8.1.0",
"progress": "^2.0.3",
"random": "^4.1.0"
}
}