{
  "name": "@fased/irc",
  "version": "0.1.75",
  "description": "FasedAgent IRC channel plugin",
  "type": "module",
  "fased": {
    "extensions": [
      "./index.ts"
    ],
    "channel": {
      "id": "irc",
      "label": "IRC",
      "selectionLabel": "IRC (Server + Nick)",
      "docsPath": "/channels/irc",
      "docsLabel": "irc",
      "blurb": "classic IRC networks with DM and channel routing controls.",
      "aliases": [
        "irc"
      ],
      "order": 25,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@fased/irc",
      "localPath": "extensions/irc",
      "defaultChoice": "local"
    }
  }
}
