{
  "name": "supipowers",
  "version": "2.2.3",
  "description": "Workflow extension for OMP coding agents.",
  "type": "module",
  "scripts": {
    "test": "bun test --timeout 60000 --parallel tests/",
    "test:windows": "bun test --timeout 60000 --parallel tests/platform/ tests/utils/editor.test.ts tests/utils/exec-cli.test.ts tests/fix-pr/scripts/exec.test.ts tests/mempalace/uv.test.ts tests/mempalace/git-hook.test.ts",
    "typecheck": "tsc --noEmit",
    "test:watch": "bun test --timeout 60000 --parallel --watch tests/",
    "test:evals": "bun test --timeout 60000 --parallel tests/evals/",
    "build": "tsc -p tsconfig.build.json",
    "ci": "bun run src/ci.ts",
    "install:visual-server": "npm --prefix src/visual/scripts ci --ignore-scripts --no-audit --no-fund",
    "postinstall": "bun run install:visual-server",
    "prepare": "git config core.hooksPath hooks || true",
    "dev-install": "bun run bin/dev-install.ts"
  },
  "engines": {
    "bun": ">=1.3.13"
  },
  "keywords": [
    "omp",
    "omp-extension",
    "oh-my-pi",
    "ai-agent",
    "coding-agent",
    "workflow",
    "code-review",
    "planning",
    "agent",
    "supipowers"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ogrodev/supipowers.git"
  },
  "homepage": "https://supipowers.com",
  "bugs": {
    "url": "https://github.com/ogrodev/supipowers/issues"
  },
  "author": "ogrodev",
  "license": "MIT",
  "bin": {
    "supipowers": "bin/install.mjs"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "src",
    "skills",
    "bin/install.mjs",
    "bin/install.ts",
    "bin/local-install.sh",
    "README.md",
    "LICENSE"
  ],
  "omp": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "dependencies": {
    "@clack/prompts": "^1.4.0",
    "handlebars": "^4.7.8",
    "yaml": "^2.8.3",
    "zod": "^4.3.0"
  },
  "peerDependencies": {
    "@oh-my-pi/pi-coding-agent": "*",
    "@oh-my-pi/pi-ai": "*",
    "@oh-my-pi/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@oh-my-pi/pi-coding-agent": {
      "optional": true
    },
    "@oh-my-pi/pi-ai": {
      "optional": true
    },
    "@oh-my-pi/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@oh-my-pi/pi-ai": "latest",
    "@oh-my-pi/pi-coding-agent": "latest",
    "@oh-my-pi/pi-tui": "latest",
    "@types/node": "^25.8.0",
    "bun-types": "^1.3.11",
    "typescript": "^6.0.3"
  }
}
