{
  "name": "zelari-code",
  "version": "1.7.0",
  "description": "Zelari Code — AI Council coding agent CLI. Multi-agent orchestration (Caronte, Nettuno, Gerione, Plutone, Minosse, Lucifero) with slash commands, provider-agnostic LLM streaming, and self-update.",
  "author": "N-THEM Studio",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "workspaces": [
    "packages/*"
  ],
  "main": "dist/cli/main.js",
  "bin": {
    "zelari-code": "./bin/zelari-code.js"
  },
  "files": [
    "bin",
    "dist",
    "scripts/postinstall.mjs",
    "scripts/repair-path.mjs",
    "scripts/*.ps1",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "preferGlobal": true,
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/bundle-cli.mjs",
    "build:cli": "tsc -p tsconfig.json && node scripts/bundle-cli.mjs",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "pretest": "npm run build --workspace=@zelari/core",
    "test": "vitest run",
    "test:watch": "vitest",
    "smoke": "node bin/zelari-code.js --version",
    "verify:council": "npm run build --workspace=@zelari/core && node scripts/verify-council.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "prepublishOnly": "node scripts/prepublish.mjs"
  },
  "dependencies": {
    "ink": "^6.8.0",
    "ink-text-input": "^6.0.0",
    "react": "^19.2.7",
    "typescript": "~5.7.2",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.2",
    "@zelari/core": "1.5.5",
    "@types/node": "^25.3.0",
    "@types/react": "^19.0.10",
    "esbuild": "^0.25.0",
    "jsdom": "^29.1.1",
    "react-dom": "^19.2.7",
    "vitest": "^4.1.9"
  },
  "keywords": [
    "cli",
    "ai",
    "agent",
    "council",
    "coding",
    "llm",
    "zelari",
    "anathema"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/N-THEM-Studio/zelari-code.git"
  },
  "bugs": {
    "url": "https://github.com/N-THEM-Studio/zelari-code/issues"
  },
  "homepage": "https://github.com/N-THEM-Studio/zelari-code#readme"
}
