{
  "name": "@damian87/omp",
  "version": "0.31.3",
  "description": "Multi-agent orchestration for GitHub Copilot CLI — autonomous loops (Autopilot, Ralph, UltraQA, Ultrawork), parallel tmux agent teams, a weighted-consensus model council, a Slack chat bridge, durable scheduled jobs, and in-session skills + custom agents. Zero learning curve.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "oh-my-copilot": "dist/src/cli.js",
    "omp": "dist/src/cli.js",
    "omcc": "dist/src/cli.js",
    "omp-v2": "dist/src/cli.js"
  },
  "files": [
    ".github",
    "LICENSE",
    "README.md",
    "catalog",
    "dist",
    "docs",
    "hooks",
    "plugin.json",
    "scripts"
  ],
  "scripts": {
    "build": "node tools/clean-dist.mjs && tsc -p tsconfig.json && node tools/finalize-build.mjs",
    "release": "bash tools/release.sh",
    "release:publish-only": "bash tools/release.sh --publish-only",
    "check:catalog": "npm run build && node dist/src/cli.js catalog validate",
    "catalog:list": "npm run build && node dist/src/cli.js catalog list",
    "project:inspect": "npm run build && node dist/src/cli.js project inspect",
    "test": "vitest run",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "lint:skills": "npm run build && node dist/src/cli.js lint:skills --root .",
    "scan:skills": "node scripts/skills-safety-scan.mjs --root .",
    "audit:ci": "npm audit --audit-level=high --omit=dev",
    "sync:dry-run": "npm run build && node dist/src/cli.js sync:dry-run --root .",
    "jira:dry-run": "npm run build && node dist/src/cli.js jira:dry-run --root .",
    "omp:version": "npm run build && node dist/src/cli.js version",
    "omp:list": "npm run build && node dist/src/cli.js list",
    "omp:setup:dry-run": "npm run build && node dist/src/cli.js setup --dry-run",
    "omp:doctor": "npm run build && node dist/src/cli.js doctor --skip-copilot"
  },
  "keywords": [
    "copilot",
    "skills",
    "agents",
    "slash-commands",
    "orchestration",
    "multi-agent",
    "ai-agents",
    "tmux",
    "automation",
    "autopilot",
    "slack",
    "cli"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.8.0",
    "typescript-eslint": "^8.65.0",
    "@types/node": "^26.1.2",
    "@types/node-notifier": "^8.0.5",
    "@vitest/coverage-v8": "^4.1.10",
    "tsx": "^4.23.5",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@slack/bolt": "^5.0.0",
    "node-notifier": "^10.0.1"
  },
  "overrides": {
    "fast-uri": "3.1.5",
    "ip-address": "10.4.0",
    "hono": "4.13.0",
    "postcss": "8.5.25",
    "@hono/node-server": "2.1.0",
    "uuid": "11.1.1",
    "brace-expansion": "5.0.9"
  }
}
