{ "name": "fabric-openclaw-plugin", "version": "0.1.0", "private": true, "type": "module", "description": "Fabric channel plugin for OpenClaw", "openclaw": { "extensions": ["./index.ts"], "setupEntry": "./src/setup-entry.ts", "channel": { "id": "fabric", "label": "Fabric", "blurb": "Connect OpenClaw agents to a Fabric guild." } }, "dependencies": { "socket.io-client": "^4.8.3" }, "scripts": { "build": "tsc -p tsconfig.json" } }