-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 871 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
29
30
31
32
33
34
35
{
"name": "seedorderrecovery",
"version": "1.0.0",
"type": "module",
"description": "Get every combination of the seed phrase with its wallet addresses",
"main": "getSeedOrder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/countersoda/SeedOrderRecovery.git"
},
"keywords": [
"Seed",
"Wallet",
"Ethereum",
"Recovery",
"Permutation"
],
"author": "countersoda",
"license": "ISC",
"bugs": {
"url": "https://github.com/countersoda/SeedOrderRecovery/issues"
},
"homepage": "https://github.com/countersoda/SeedOrderRecovery#readme",
"dependencies": {
"bip39": "^3.0.4",
"ethereumjs-wallet": "^1.0.1",
"fs": "^0.0.1-security",
"paralleljs": "^1.1.0",
"shelljs": "^0.8.4",
"web3": "^1.4.0"
}
}