{
  "name": "swl-ses",
  "version": "5.13.1",
  "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot con 59 agentes, 150 habilidades, 41 comandos, 60 reglas y 36 hooks. Soporta 11 lenguajes y 5 runtimes: Claude Code, Copilot, OpenCode, Codex y Gemini CLI. 100% en espanol (Mexico). Incluye gateway bidireccional con relay Telegram â†’ Claude Code.",
  "bin": {
    "swl-ses": "bin/swl-ses.js",
    "swl-telegram-bot": "bin/swl-telegram-bot.js"
  },
  "files": [
    "bin",
    "scripts",
    "manifiestos",
    "agentes",
    "habilidades",
    "comandos",
    "reglas",
    "hooks",
    "plantillas",
    "contextos",
    "instintos",
    "schemas",
    "_userland",
    "plugin.json",
    "CLAUDE.md"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "keywords": [
    "claude-code",
    "github-copilot",
    "gemini-cli",
    "opencode",
    "codex-cli",
    "agentes",
    "skills",
    "multi-runtime",
    "spec-driven",
    "orquestacion",
    "ingenieria-software",
    "swl-ses",
    "software-engineering"
  ],
  "author": "Saul Wade Leon",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saulwadeleon/swl-software-engineering-system.git"
  },
  "homepage": "https://github.com/saulwadeleon/swl-software-engineering-system#readme",
  "bugs": {
    "url": "https://github.com/saulwadeleon/swl-software-engineering-system/issues"
  }
}