@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
134 lines (133 loc) • 3.77 kB
JSON
{
"name": "@hashgraph/solo",
"version": "0.73.0",
"description": "An opinionated CLI tool to deploy and manage private Hedera Networks.",
"main": "./dist/src/index.js",
"type": "module",
"bin": {
"solo": "./dist/solo.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"solo-test": "tsx --no-deprecation --no-warnings solo.ts",
"solo-test-debug": "tsx --inspect-brk --no-deprecation --no-warnings solo.ts",
"solo": "node --no-deprecation --no-warnings dist/solo.js",
"prepare": "node c8-nyc-bridge.mjs"
},
"keywords": [
"solo",
"solo-charts",
"solo-network-manager"
],
"author": "Hashgraph",
"license": "Apache2.0",
"dependencies": {
"@hiero-ledger/proto": "2.30.0",
"@hiero-ledger/sdk": "^2.84.0",
"@inquirer/prompts": "7.10.1",
"@kubernetes/client-node": "1.4.0",
"@listr2/prompt-adapter-inquirer": "4.2.3",
"@peculiar/x509": "2.0.0",
"adm-zip": "0.5.17",
"chalk": "5.6.2",
"class-transformer": "0.5.1",
"class-validator": "0.15.1",
"dot-object": "2.1.5",
"dotenv": "17.4.2",
"elliptic": "6.6.1",
"eol": "0.10.0",
"esm": "3.2.25",
"figlet": "1.11.0",
"find-process": "2.1.1",
"got": "15.0.5",
"http-status-codes": "2.3.0",
"ip": "2.0.1",
"js-base64": "3.7.8",
"listr2": "10.2.1",
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"selfsigned": "5.5.0",
"shell-quote": "1.8.3",
"simple-git": "3.36.0",
"source-map-support": "0.5.21",
"stream-buffers": "3.0.3",
"tar": "7.5.15",
"tsyringe-neo": "5.1.0",
"uuid": "14.0.0",
"validator": "13.15.35",
"ws": "8.20.0",
"yaml": "2.8.4",
"yargs": "18.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "9.39.2",
"@types/adm-zip": "0.5.8",
"@types/chai": "5.2.3",
"@types/chai-as-promised": "8.0.2",
"@types/dot-object": "2.1.6",
"@types/esm": "3.2.2",
"@types/figlet": "1.7.0",
"@types/got": "9.6.12",
"@types/inquirer": "9.0.9",
"@types/ip": "1.1.3",
"@types/mocha": "10.0.10",
"@types/mocha-each": "2.0.4",
"@types/node": "25.6.2",
"@types/semver": "7.7.1",
"@types/sinon": "21.0.1",
"@types/sinon-chai": "4.0.0",
"@types/stream-buffers": "3.0.8",
"@types/ws": "8.18.1",
"@types/yargs": "17.0.35",
"@typescript-eslint/utils": "8.59.2",
"c8": "11.0.0",
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"cross-env": "10.1.0",
"dpdm": "4.0.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-headers": "1.3.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-mocha": "11.2.0",
"eslint-plugin-n": "18.0.1",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-promise": "7.3.0",
"eslint-plugin-tsdoc": "0.5.2",
"eslint-plugin-unicorn": "64.0.0",
"eslint-plugin-unused-imports": "4.4.1",
"globals": "17.6.0",
"jsdoc": "4.0.5",
"mocha": "11.7.5",
"mocha-each": "2.0.1",
"mocha-junit-reporter": "2.2.1",
"mocha-multi-reporters": "1.5.1",
"prettier": "3.8.3",
"remark-cli": "12.0.1",
"remark-frontmatter": "5.0.0",
"remark-lint-list-item-indent": "4.0.1",
"remark-lint-maximum-line-length": "4.1.1",
"remark-lint-unordered-list-marker-style": "4.0.1",
"remark-preset-lint-consistent": "6.0.1",
"remark-preset-lint-recommended": "7.0.1",
"sinon": "22.0.0",
"sinon-chai": "4.0.1",
"tsx": "4.21.0",
"typedoc": "0.28.19",
"typescript": "6.0.3",
"typescript-eslint": "8.59.2"
},
"repository": "https://github.com/hiero-ledger/solo",
"os": [
"darwin",
"linux",
"win32"
],
"engines": {
"node": ">=22.0.0",
"npm": ">=9.8.1"
}
}