polaris-cli-tool
Version:
Polaris CLI - Modern Development Workspace Manager for Distributed Compute Resources
61 lines (60 loc) • 1.45 kB
JSON
{
"name": "polaris-cli-tool",
"version": "1.0.7",
"description": "Polaris CLI - Modern Development Workspace Manager for Distributed Compute Resources",
"main": "index.js",
"type": "module",
"bin": {
"polaris": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"development",
"workspace",
"compute",
"subnet",
"polaris",
"distributed-computing",
"resource-management",
"network-management"
],
"author": {
"name": "Polaris Team",
"email": "mubarakabanadda68@gmail.com",
"url": "https://github.com/BANADDA"
},
"license": "MIT",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"electron": "^33.2.1",
"figlet": "^1.8.0",
"gradient-string": "^2.0.2",
"inquirer": "^9.3.7",
"inquirer-file-tree-selection-prompt": "^2.0.5",
"node-fetch": "^3.3.2",
"open": "^9.1.0",
"ora": "^8.1.1",
"ssh2": "^1.16.0",
"terminal-link": "^3.0.0",
"xlsx": "^0.18.5"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BANADDA/polaris-cli.git"
},
"bugs": {
"url": "https://github.com/BANADDA/polaris-cli/issues"
},
"homepage": "https://github.com/BANADDA/polaris-cli#readme"
}