UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

133 lines (132 loc) 3.72 kB
{ "name": "@hashgraph/solo", "version": "0.37.1", "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": "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": { "@hashgraph/sdk": "^2.65.1", "@inquirer/prompts": "^7.5.3", "@kubernetes/client-node": "^0.22.3", "@listr2/prompt-adapter-inquirer": "^2.0.22", "@peculiar/x509": "^1.12.3", "adm-zip": "^0.5.16", "chalk": "^5.4.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.2", "dot-object": "^2.1.5", "dotenv": "^16.5.0", "elliptic": "^6.6.1", "esm": "^3.2.25", "figlet": "^1.8.1", "got": "^14.4.7", "http-status-codes": "^2.3.0", "ip": "^2.0.1", "js-base64": "^3.7.7", "listr2": "^8.3.3", "selfsigned": "^2.4.1", "semver": "^7.7.2", "source-map-support": "^0.5.21", "stream-buffers": "^3.0.3", "tar": "^7.4.3", "tsyringe-neo": "^5.1.0", "uuid": "^11.1.0", "validator": "^13.15.15", "winston": "^3.17.0", "ws": "^8.18.2", "yaml": "^2.8.0", "yargs": "^18.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.0", "@eslint/js": "^9.27.0", "@types/adm-zip": "^0.5.7", "@types/chai": "^5.2.2", "@types/chai-as-promised": "^8.0.2", "@types/dot-object": "^2.1.6", "@types/eslint__js": "^9.14.0", "@types/esm": "^3.2.2", "@types/figlet": "^1.7.0", "@types/got": "^9.6.12", "@types/inquirer": "^9.0.8", "@types/ip": "^1.1.3", "@types/mocha": "^10.0.10", "@types/mocha-each": "^2.0.4", "@types/node": "^22.15.29", "@types/semver": "^7.7.0", "@types/sinon": "^17.0.4", "@types/sinon-chai": "^4.0.0", "@types/stream-buffers": "^3.0.7", "@types/tar": "^6.1.13", "@types/uuid": "^10.0.0", "@types/ws": "^8.18.1", "@types/yargs": "^17.0.33", "@typescript-eslint/utils": "^8.33.1", "c8": "^10.1.3", "chai": "^5.2.0", "chai-as-promised": "^8.0.1", "cross-env": "^7.0.3", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-headers": "^1.3.3", "eslint-plugin-import": "^2.30.0", "eslint-plugin-mocha": "^11.1.0", "eslint-plugin-n": "^17.19.0", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-tsdoc": "^0.4.0", "eslint-plugin-unicorn": "^59.0.1", "eslint-plugin-unused-imports": "^4.1.4", "globals": "^16.2.0", "jsdoc": "^4.0.4", "madge": "^8.0.0", "mocha": "^11.5.0", "mocha-each": "^2.0.1", "mocha-junit-reporter": "^2.2.1", "mocha-multi-reporters": "^1.5.1", "prettier": "^3.5.3", "remark-cli": "^12.0.1", "remark-frontmatter": "^5.0.0", "remark-lint-list-item-indent": "^4.0.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": "^20.0.0", "sinon-chai": "^4.0.0", "tsx": "^4.19.4", "typedoc": "^0.28.5", "typescript": "^5.8.3", "typescript-eslint": "^8.33.1" }, "repository": { "type": "git", "url": "git+https://github.com/hiero-ledger/solo.git" }, "os": [ "darwin", "linux", "win32" ], "engines": { "node": ">=20.14.0", "npm": ">=9.8.1" } }