spare-dashboard-satellite
Version:
(modified version of Chia-Dashboard-Satellite to Support the Spare Fork.)
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "spare-dashboard-satellite",
"version": "1.10.0",
"repository": {
"type": "git",
"url": "git+https://github.com/thauch/spare-dashboard-satellite.git"
},
"bugs": {
"url": "https://github.com/thauch/spare-dashboard-satellite/issues"
},
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"spare-api": "^1.4.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"prompts": "^2.4.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"archiver": "^5.3.0",
"pkg": "^5.2.1"
},
"bin": {
"spare-dashboard-satellite": "main.js"
},
"scripts": {
"start": "node main.js",
"package": "node bin/build-package.js"
},
"main": "main.js",
"engines": {
"node": ">=12.0.0"
},
"description": "(modified version of Chia-Dashboard-Satellite to Support the Spare Fork.)",
"homepage": "https://github.com/thauch/spare-dashboard-satellite#readme",
"directories": {
"lib": "lib"
},
"keywords": [
"spare",
"blockchain",
"satellite",
"api",
"chiadashboard.com",
"sparedashboard.com"
],
"author": "thauch"
}