{
  "name": "@denmfv/oh-my-opencode-pi",
  "version": "0.4.3",
  "description": "Pantheon-style multi-agent orchestration for pi, inspired by oh-my-opencode-slim",
  "keywords": [
    "pi-package",
    "pi",
    "agent",
    "multi-agent",
    "orchestration"
  ],
  "homepage": "https://github.com/demaks92/omo-slim-pi",
  "bugs": {
    "url": "https://github.com/demaks92/omo-slim-pi/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/demaks92/omo-slim-pi.git"
  },
  "license": "MIT",
  "author": "\"demaks92 <demaks11@gmail.com>",
  "type": "module",
  "main": "index.js",
  "bin": {
    "oh-my-opencode-pi": "bin/oh-my-opencode-pi.mjs"
  },
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "files": [
    "agents",
    "bin",
    "docs",
    "extensions",
    "prompts",
    "skills",
    "shared",
    "LICENSE",
    "README.md",
    "codemap.md",
    "oh-my-opencode-pi.schema.json",
    "package.json"
  ],
  "scripts": {
    "test": "tsx --test tests/*.test.ts",
    "typecheck": "tsc --noEmit",
    "check:docs": "node scripts/check-doc-links.mjs",
    "check:version-meta": "node scripts/check-version-consistency.mjs",
    "eval:orchestration": "tsx scripts/run-orchestration-bench.ts",
    "pack:dry": "npm pack --dry-run"
  },
  "dependencies": {
    "@ast-grep/cli": "^0.42.1",
    "jsonc-parser": "^3.3.1",
    "typescript": "^5.9.2"
  },
  "devDependencies": {
    "@types/node": "^24.5.2",
    "tsx": "^4.20.6"
  },
  "peerDependencies": {
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/oh-my-opencode-pi"
    ],
    "prompts": [
      "./prompts"
    ],
    "skills": [
      "./skills"
    ]
  }
}
