{
    "name": "pi-auto-agents",
    "version": "0.2.1",
    "description": "Pi skill that automatically routes complex coding/development tasks to the sub-agents for multi-agent execution with testing and verification",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/3DAlgoLab/pi-auto-agents.git"
    },
    "keywords": [
        "pi-package",
        "skills"
    ],
    "author": "3dalgolab",
    "pi": {
        "skills": [
            "skills/auto-agents/SKILL.md"
        ]
    },
    "scripts": {
        "install": "node install.mjs"
    },
    "type": "module",
    "files": [
        "skills/",
        "install.mjs",
        "README.md",
        "CHANGELOG.md",
        "package.json"
    ],
    "bin": {
        "pi-auto-agents-install": "install.mjs"
    }
}