{
  "name": "@_tribe/cli",
  "version": "1.0.0-beta.2",
  "description": "TRIBE multi-agent development system CLI installer",
  "main": "install-tribe.js",
  "bin": "./install-tribe.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "tribe",
    "cli",
    "kubernetes",
    "docker",
    "colima",
    "multi-agent",
    "ai",
    "development"
  ],
  "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",
    "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": "https://github.com/0zen/0zen.git"
  },
  "author": "0zen",
  "license": "MIT",
  "homepage": "https://github.com/0zen/0zen",
  "bugs": {
    "url": "https://github.com/0zen/0zen/issues"
  }
}