{
  "name": "zenox",
  "version": "1.7.3",
  "description": "OpenCode plugin with specialized agents (explorer, librarian, oracle, ui-planner), background tasks for parallel execution, and smart orchestration",
  "author": "Ayush",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "zenox": "./dist/cli/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "skills"
  ],
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target bun --format esm && bun build src/cli/index.ts --outdir dist/cli --target node --format esm && tsc --emitDeclarationOnly",
    "clean": "rm -rf dist",
    "prepublishOnly": "bun run clean && bun run build",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "test:smoke": "bun test test/smoke.test.ts",
    "test:regression": "bun test test/regression.test.ts"
  },
  "keywords": [
    "zenox",
    "opencode",
    "plugin",
    "agents",
    "explorer",
    "librarian",
    "oracle",
    "ui-planner",
    "background-tasks",
    "parallel",
    "orchestration",
    "ultrawork",
    "keyword-triggers",
    "toast-notifications",
    "session-history",
    "code-intelligence",
    "lsp",
    "todo-enforcer",
    "thinking-modes",
    "variants",
    "project-guidelines",
    "auto-documentation",
    "ai",
    "llm",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CYBERBOYAYUSH/zenox.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "@opencode-ai/plugin": "1.15.12",
    "@opencode-ai/sdk": "1.15.12",
    "commander": "^14.0.0",
    "picocolors": "^1.1.1",
    "strip-json-comments": "^5.0.3",
    "zod": "^4.1.8"
  },
  "devDependencies": {
    "bun-types": "latest",
    "typescript": "^5.7.3"
  }
}
