{
  "name": "omo-suites",
  "version": "1.17.0",
  "description": "OMO Suites — OpenCode plugin + CLI toolkit. Multi-model orchestration, profiles, agent routing, MCP/LSP management.",
  "type": "module",
  "main": "dist/plugin.js",
  "exports": {
    ".": {
      "import": "./dist/plugin.js"
    }
  },
  "bin": {
    "omocs": "dist/cli/omocs.js",
    "omo": "dist/cli/omocs.js"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "docs/",
    "agents/",
    "install.sh"
  ],
  "scripts": {
    "start": "bun run bin/omocs.ts",
    "dev": "bun run --watch bin/omocs.ts",
    "build": "npx esbuild src/plugin.ts --bundle --outdir=dist --platform=browser --format=esm --target=es2022 --packages=external",
    "build:cli": "npx esbuild bin/omocs.ts --bundle --outdir=dist/cli --platform=node --format=esm --target=node20 --packages=external && chmod +x dist/cli/omocs.js",
    "build:all": "npm run build && npm run build:cli",
    "test": "npx vitest run",
    "prepublishOnly": "npm run build:all",
    "launchboard": "cd packages/launchboard && bun run start",
    "launchboard:dev": "cd packages/launchboard && bun run dev",
    "launchboard:setup": "cd packages/launchboard && bash setup.sh"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.3.17",
    "boxen": "^8.0.0",
    "chalk": "^5.4.0",
    "cli-table3": "^0.6.0",
    "commander": "^14.0.3",
    "inquirer": "^13.4.0",
    "ora": "^9.3.0",
    "zod": "^4.3.6"
  },
  "optionalDependencies": {
    "better-sqlite3": "^12.8.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^25.5.2",
    "typescript": "^6.0.2",
    "vitest": "^3.2.4"
  },
  "license": "MIT",
  "author": "TheFahmi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheFahmi/omo-suites-installer.git"
  },
  "keywords": [
    "opencode",
    "cli",
    "developer-tools",
    "ai",
    "coding-assistant",
    "plugin",
    "profiles",
    "mcp",
    "lsp",
    "agent-routing",
    "omo-suites"
  ]
}
