UNPKG

apploud-cli

Version:

CLI tool for Apploud container hosting management

50 lines (49 loc) 963 B
{ "name": "apploud-cli", "version": "1.1.0", "description": "CLI tool for Apploud container hosting management", "main": "cli.js", "bin": { "apploud": "./cli.js" }, "scripts": { "start": "node cli.js", "debug": "DEBUG=true node cli.js" }, "keywords": [ "cli", "containers", "lxd", "apploud", "hosting" ], "files": [ "cli.js", "debug.js", "git-auth-debug.js", "README.md", "LICENSE" ], "author": "Apploud Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/alizowghi/apploud-console.git" }, "homepage": "https://github.com/alizowghi/apploud-console", "dependencies": { "axios": "^0.27.2", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^8.3.0", "inquirer": "^8.2.5", "open": "^8.4.0", "ws": "^8.11.0" }, "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" } }