UNPKG

tribe-cli

Version:

TRIBE multi-agent development system - Zero to productive with one command

62 lines (61 loc) 1.23 kB
{ "name": "tribe-cli", "version": "1.0.0-beta.4", "description": "TRIBE multi-agent development system - Zero to productive with one command", "main": "install-tribe.js", "bin": { "tribe-cli": "install-tribe.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "tribe", "cli", "kubernetes", "docker", "colima", "multi-agent", "ai", "development", "autonomous", "agents" ], "engines": { "node": ">=16.0.0" }, "os": [ "darwin", "linux" ], "preferGlobal": true, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "install-tribe.js", "lima-guestagent.Linux-aarch64.gz", "tribe-deployment.yaml", "tribe", "README.md", "package.json" ], "dependencies": { "chalk": "^4.1.2", "ora": "^5.4.1", "node-fetch": "^2.6.7", "tar": "^6.1.15", "which": "^2.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/0zen/0zen.git" }, "author": "0zen", "license": "MIT", "homepage": "https://github.com/0zen/0zen", "bugs": { "url": "https://github.com/0zen/0zen/issues" } }