-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
169 lines (169 loc) · 4.27 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "dashmate",
"version": "1.8.0",
"description": "Distribution package for Dash node installation",
"scripts": {
"lint": "eslint .",
"postpack": "rm -f oclif.manifest.json",
"prepack": "oclif manifest && oclif readme",
"version": "oclif readme && git add README.md",
"test": "yarn run test:unit && yarn run test:e2e",
"test:unit": "mocha --recursive test/unit",
"test:e2e": "mocha --recursive test/e2e",
"helper": "node scripts/helper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashevo/dashmate.git"
},
"type": "module",
"bin": "./bin/run.js",
"contributors": [
{
"name": "Ivan Shumkov",
"email": "[email protected]",
"url": "https://github.com/shumkov"
},
{
"name": "Djavid Gabibiyan",
"email": "[email protected]",
"url": "https://github.com/jawid-h"
},
{
"name": "Anton Suprunchuk",
"email": "[email protected]",
"url": "https://github.com/antouhou"
},
{
"name": "Konstantin Shuplenkov",
"email": "[email protected]",
"url": "https://github.com/shuplenkov"
},
{
"name": "Mikhail Pshenichnikov",
"email": "[email protected]",
"url": "https://github.com/pshenmic"
}
],
"engines": {
"node": ">=20"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dashevo/dashmate/issues"
},
"homepage": "https://github.com/dashevo/dashmate#readme",
"dependencies": {
"@dashevo/bls": "~1.2.9",
"@dashevo/dapi-client": "workspace:*",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashd-rpc": "^19.0.0",
"@dashevo/docker-compose": "^0.24.4",
"@dashevo/wallet-lib": "workspace:*",
"@dashevo/withdrawals-contract": "workspace:*",
"@oclif/core": "^3.10.8",
"@oclif/plugin-help": "^6.0.5",
"ajv": "^8.6.0",
"ajv-formats": "^2.1.1",
"awilix": "^4.2.6",
"begoo": "^2.0.2",
"bs58": "^4.0.1",
"chalk": "^4.1.0",
"cron": "^2.1.0",
"diskusage": "^1.2.0",
"dockerode": "^3.3.5",
"dot": "^1.1.3",
"dotenv": "^8.6.0",
"enquirer": "github:dashpay/enquirer#patch-1",
"glob": "^10.3.4",
"hasbin": "^1.2.3",
"is-wsl": "2.2.0",
"jayson": "^4.1.0",
"js-yaml": "^4.1.0",
"listr2": "5.0.7",
"lodash": "^4.17.21",
"memory-streams": "^0.1.3",
"node-forge": "^1.3.1",
"node-graceful": "^3.0.1",
"pretty-bytes": "^5.3.0",
"pretty-ms": "^7.0.0",
"public-ip": "^6.0.1",
"qs": "^6.11.0",
"rxjs": "^6.6.7",
"semver": "^7.5.3",
"systeminformation": "^5.25.11",
"table": "^6.8.1",
"tar": "7.4.3",
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"globby": "^11",
"mocha": "^10.2.0",
"mocha-sinon": "^2.1.2",
"oclif": "^4.0.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
},
"resolutions": {
"cpu-features": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz"
},
"files": [
"bin",
"configs",
"docker",
"src",
"templates",
"docker-compose.*",
"oclif.manifest.json",
"npm-shrinkwrap.json"
],
"oclif": {
"additionalHelpFlags": [
"-h"
],
"commands": "./src/commands",
"bin": "dashmate",
"macos": {
"identifier": "org.dash.dashmate",
"sign": "'Developer ID Installer: The Dash Foundation, Inc.'"
},
"plugins": [
"@oclif/plugin-help"
],
"topics": {
"config": {
"description": "Manage configs"
},
"core": {
"description": "Manage Core"
},
"group": {
"description": "Orchestrate a group of nodes"
},
"platform": {
"description": "Manage Platform"
},
"ssl": {
"description": "Manage SSL"
},
"status": {
"description": "Show node status details"
},
"wallet": {
"description": "Wallet related commands"
},
"doctor": {
"description": "Node diagnostics and reporting"
}
},
"topicSeparator": " "
}
}