{
  "name": "swe-pro-agents",
  "version": "2.3.0",
  "description": "26 OpenCode agent profiles (22 subagents + 4 primary) + 9 skills (caveman, skill-creator, teach-me, README & SVG hero generators, humanizer-pro, flowchart-html, high-quality-flowcharts, opencode-skill-creator) — SWE roles, web research, and architecture agents",
  "keywords": [
    "opencode",
    "agents",
    "subagents",
    "ai-agents",
    "ai-coding",
    "coding-assistant",
    "llm",
    "code-review",
    "software-engineering",
    "developer-tools"
  ],
  "homepage": "https://github.com/beast-ofcourse/SWE-pro-Agents",
  "bugs": {
    "url": "https://github.com/beast-ofcourse/SWE-pro-Agents/issues"
  },
  "license": "MIT",
  "author": "beast-ofcourse",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beast-ofcourse/SWE-pro-Agents.git"
  },
  "files": [
    "agents/",
    "skills/",
    "scripts/",
    "bin/",
    "assets/",
    "AGENTS.md",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "swe-pro-agents": "bin/swe-pro-agents.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js",
    "preuninstall": "node scripts/uninstall.js",
    "test": "node test/installer.test.js && node test/validate.test.js",
    "validate": "node scripts/validate.js"
  },
  "engines": {
    "node": ">=18"
  }
}
