@qnet/cli
Version:
A powerful command-line interface tool designed for managing and interacting with Quantex projects and services efficiently. Built with modern features and smooth integrations to streamline your workflow.
37 lines (36 loc) • 948 B
JSON
{
"name": "@qnet/cli",
"version": "1.0.7",
"description": "A powerful command-line interface tool designed for managing and interacting with Quantex projects and services efficiently. Built with modern features and smooth integrations to streamline your workflow.",
"main": "bin/cli.js",
"type": "module",
"bin": {
"qnet": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Quantex",
"CLI",
"QuantCLI",
"Quantex Network",
"Command-line"
],
"author": "RoAuth",
"license": "UNLICENSED",
"dependencies": {
"@qnet/cli": "^1.0.4",
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"commander": "^14.0.0",
"figlet": "^1.8.2",
"gradient-string": "^3.0.0",
"inquirer": "^12.7.0",
"is-elevated": "^4.0.0",
"nanospinner": "^1.2.2",
"node-fetch": "^3.3.2",
"semver": "^7.7.2",
"shell-env": "^4.0.1"
}
}