lilith-platform.live/codebase/@features/broadcast/controller/package.json

16 lines
No EOL
858 B
JSON

{
"name": "@lilith/broadcast-controller",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "LLM-driven control surface + core engine for remote OBS + SRT relay (quinn.cast). The core (BroadcastController, ObsClient, FanoutManager, DestinationStore, LlmAgent) lives in the sibling .ts modules and is also consumed by backend-api/. This package remains the zero-dep, single-file-deploy runnable for the droplet (includes embedded UI).",
"main": "index.ts",
"scripts": {
"start": "bun run index.ts",
"dev": "bun --watch run index.ts",
"check": "bun --bun --print 'import(\"./index.ts\").then(() => console.log(\"controller syntax+imports OK\")).catch(e => { console.error(e); process.exit(1); })'",
"build": "echo 'no build step for bun single-file deploy'"
},
"dependencies": {},
"devDependencies": {}
}