{
  "name": "swe-pro-agents",
  "version": "2.8.0",
  "description": "26 OpenCode agent profiles (22 subagents + 4 primary) + 24 skills (caveman, skill-creator, teach-me, readme-generator, svg-hero-generator, humanizer-pro, flowchart-html, high-quality-flowcharts, opencode-skill-creator, brandkit, design-taste-frontend, design-taste-frontend-v1, full-output-enforcement, gpt-taste, high-end-visual-design, image-to-code, imagegen-frontend-mobile, imagegen-frontend-web, industrial-brutalist-ui, mcp-builder, minimalist-ui, redesign-existing-projects, stitch-design-taste, youtube-to-skill) — SWE roles, deep 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/",
    "plugins/",
    "bin/",
    "test/",
    "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 && node test/validate-plan.test.js && node test/loop-logic.test.js && node test/run-loop.test.js && node test/bin.test.js && node test/continuation.test.js",
    "validate": "node scripts/validate.js",
    "validate:plan": "node scripts/validate-plan.js"
  },
  "engines": {
    "node": ">=18"
  }
}
