-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "dashwallet-cli",
"version": "0.6.1",
"description": "A more civilized wallet for a less civilized age",
"main": "index.js",
"bin": {
"dashwallet": "bin/dashwallet.js"
},
"files": [
"bin/"
],
"scripts": {
"bump": "npm version -m \"chore(release): bump to v%s\"",
"fmt": "npx -p prettier@2.x -- prettier -w '**/*.{js,md}'",
"lint": "npx -p typescript@4.x -- tsc -p ./jsconfig.json",
"prepublish": "npx -p jswt@1.x -- reexport",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashhive/dashwallet-cli.git"
},
"keywords": [
"dash",
"wallet",
"xpub",
"accounts",
"contacts"
],
"author": "AJ ONeal <aj@therootcompany.com> (https://throotcompany.com/)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/dashhive/dashwallet-cli/issues"
},
"homepage": "https://github.com/dashhive/dashwallet-cli#readme",
"optionalDependencies": {
"@pinojs/json-colorizer": "^3.0.0"
},
"dependencies": {
"@dashincubator/secp256k1": "^1.7.1-5",
"@dashincubator/base58check": "^1.3.2",
"dashkeys": "^1.0.0",
"dashsight": "^1.6.0",
"dashtx": "^0.9.0",
"dashwallet": "^0.6.0",
"dotenv": "^16.0.3",
"qrcode-svg": "^1.1.0"
}
}