{
  "name": "siesa-agents",
  "version": "2.1.88",
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
  "main": "index.js",
  "bin": {
    "siesa-agents": "./bin/install.js"
  },
  "scripts": {
    "postinstall": "node ./bin/install.js",
    "build": "echo 'Build complete'"
  },
  "keywords": [
    "siesa",
    "bmad",
    "agents",
    "automation",
    "cli"
  ],
  "author": "Sistemas de Información Empresarial",
  "license": "MIT",
  "files": [
    "bmad/**/*",
    "siesa-agents/**/*",
    "vscode/**/*",
    "github/**/*",
    "!github/workflows/**",
    "!.github/workflows/**",
    "!github/CODEOWNERS",
    "!.github/CODEOWNERS",
    "claude/**/*",
    "gemini/**/*",
    "bin/**/*",
    "resources/**/*",
    "README.md",
    "mcp.json"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "fs-extra": "^11.1.1"
  }
}
