{
  "name": "ndomo",
  "version": "0.2.7",
  "description": "OpenCode multi-agent plugin. Taller de artesanos: foreman + 3 peer primaries (craftsman, warden, ranger) + specialists (scout, scribe, painter, smith, sage, guild, inspector, chronicler) + stack-smiths + ops (ci-smith, deploy-smith, release-smith, ops-scout). Caveman-native. opencode-mem integrated. DCP peer optional.",
  "type": "module",
  "license": "MIT",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./plugin": "./src/plugin.ts",
    "./db": "./src/db/index.ts"
  },
  "bin": {
    "ndomo": "./src/cli/index.ts"
  },
  "files": [
    ".env.example",
    "agents",
    "bun.lock",
    "config",
    "docs",
    "README.md",
    "scripts/install.sh",
    "scripts/smoke-http.sh",
    "scripts/smoke-install.sh",
    "scripts/smoke-web.sh",
    "scripts/smoke.sh",
    "skills",
    "src",
    "!src/**/__tests__/**",
    "!src/**/*.test.ts",
    "tools"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "bun": ">=1.1.0"
  },
  "scripts": {
    "build": "tsc --noEmit",
    "dev": "bun run --watch src/index.ts",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "test": "bun test",
    "test:web": "vitest run --config web/vitest.config.ts",
    "test:smoke": "bash scripts/smoke.sh",
    "dev:bust": "bash scripts/dev-bust-cache.sh --apply",
    "dev:reset": "bash scripts/dev-bust-cache.sh --apply --kill",
    "status:plans": "bun run src/cli/status.ts --plans",
    "clean": "rm -rf dist .slim/worktrees",
    "web:dev": "vite --config web/vite.config.ts",
    "web:build": "vite build --config web/vite.config.ts",
    "web:typecheck": "vue-tsc --noEmit -p web/tsconfig.json",
    "web:test": "vitest run --config web/vitest.config.ts"
  },
  "dependencies": {
    "@opencode-ai/sdk": "1.17.7",
    "elysia": "^1.4.29",
    "opencode-mem": "^2.17.1"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.17.7"
  },
  "peerDependenciesMeta": {
    "@tarquinen/opencode-dcp": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.0",
    "@commitlint/cli": "^19.0.0",
    "@commitlint/config-conventional": "^19.0.0",
    "@types/bun": "latest",
    "@vitejs/plugin-vue": "^5.1.0",
    "@vue/test-utils": "^2.4.6",
    "@vueuse/core": "^11.0.0",
    "happy-dom": "^15.0.0",
    "husky": "^9.0.0",
    "typescript": "^6.0.0",
    "vite": "^6.0.0",
    "vitest": "^2.1.0",
    "vue": "^3.5.0",
    "vue-router": "^4.4.0",
    "vue-tsc": "^2.1.0"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "multi-agent",
    "caveman",
    "taller-de-artesanos"
  ],
  "author": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/nicosup98/ndomo-v2.git"
  }
}
