UNPKG

apple-dashboard-satellite

Version:
43 lines (42 loc) 1.18 kB
{ "name": "apple-dashboard-satellite", "version": "1.13.2", "repository": "https://github.com/MinerGreggy/apple-dashboard-satellite.git", "bugs": "https://github.com/MinerGreggy/apple-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": { "apple-dashboard-satellite": "./main.js" }, "scripts": { "start": "node main.js", "package": "node bin/build-package.js" }, "main": "main.js", "engines": { "node": ">=12.0.0" }, "description": "apple-dashboard-satellite for monitoring forks and chia", "homepage": "https://github.com/MinerGreggy/apple-dashboard-satellite#readme", "keywords": [ "apple", "blockchain", "chiadashboard", "appledashboard" ], "author": "MinerGreggy" }