-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "goji-dashboard-satellite",
"version": "1.13.2",
"repository": "https://github.com/MinerGreggy/goji-dashboard-satellite.git",
"bugs": "https://github.com/MinerGreggy/goji-dashboard-satellite/issues",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.25.0",
"bignumber.js": "^9.0.2",
"chia-api": "^3.1.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"prompts": "^2.4.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"archiver": "^5.3.0",
"pkg": "^5.5.2"
},
"bin": {
"goji-dashboard-satellite": "./main.js"
},
"scripts": {
"start": "node main.js",
"package": "node bin/build-package.js"
},
"main": "main.js",
"engines": {
"node": ">=12.0.0"
},
"description": "goji-dashboard-satellite for monitoring forks and chia",
"homepage": "https://github.com/MinerGreggy/goji-dashboard-satellite#readme",
"keywords": [
"goji",
"blockchain",
"chiadashboard",
"gojidashboard"
],
"author": "MinerGreggy"
}