{ "name": "@mosaic/discord", "version": "0.1.0", "private": true, "description": "Discord connector: one seat's conversation reachable from listed channels of one server, chat only, with write-once records for every accepted message, turn and delivery.", "license": "UNLICENSED", "type": "module", "engines": { "node": ">=24" }, "bin": { "mosaic-discord": "src/cli.mjs" }, "exports": { ".": "./src/connector.mjs" }, "scripts": { "test": "node --test tests/" } }