{
  "name": "@waybarrios/opencode-power-pack",
  "version": "0.5.0",
  "description": "Fifty-four software-development workflows for Claude Code, Codex, OpenCode, and Pi: code review, feature development, security review, frontend design, authoring, and project memory.",
  "type": "module",
  "main": ".opencode/plugins/opencode-power-pack.js",
  "bin": {
    "opencode-power-pack": "bin/opencode-power-pack.mjs"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=20.11.0",
    "opencode": ">=1.18.7"
  },
  "files": [
    "skills",
    ".claude-plugin",
    ".codex-plugin",
    ".opencode",
    "bin",
    "sandbox",
    "docs/sandbox-compatibility.md",
    "assets",
    "skillsets.json",
    "UPSTREAMS.json",
    "THIRD_PARTY_NOTICES.md",
    "LICENSES"
  ],
  "scripts": {
    "test": "node --test",
    "test:sandbox": "node --test tests/sandbox-policy.test.mjs tests/sandbox-runtime.test.mjs tests/sandbox-runtime.integration.test.mjs",
    "prepublishOnly": "npm test",
    "eval:behavioral": "node scripts/behavioral-evals.mjs run",
    "eval:behavioral:accept": "node scripts/behavioral-evals.mjs accept",
    "smoke:opencode": "node scripts/opencode-smoke.mjs 1.18.7"
  },
  "pi": {
    "skills": [
      "./skills"
    ]
  },
  "license": "MIT AND Apache-2.0",
  "author": "Wayner Barrios",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/waybarrios/opencode-power-pack.git"
  },
  "keywords": [
    "codex",
    "codex-cli",
    "openai-codex",
    "openai",
    "opencode",
    "pi",
    "pi-coding-agent",
    "pi-package",
    "claude-code",
    "skills",
    "code-review",
    "security-review",
    "feature-dev",
    "frontend-design",
    "mcp-builder",
    "multi-agent",
    "plugin"
  ],
  "dependencies": {
    "@anthropic-ai/sandbox-runtime": "0.0.73"
  }
}
