{ "name": "espresso-frame-whiteboard-render", "version": "1.0.0", "private": true, "description": "Local sidecar: renders Excalidraw scene JSON (the format Nextcloud Whiteboard's .whiteboard files use) to PNG for whiteboard frame mode. Runs as a second process inside the main server's container (see ../Dockerfile and ../start.sh), talked to over 127.0.0.1 only -- not an independent deployment, not reachable from outside the container.", "main": "server.js", "scripts": { "start": "node server.js" }, "license": "MIT", "dependencies": { "@excalidraw/utils": "0.1.3-test32", "@resvg/resvg-js": "2.6.2", "express": "^5.2.1", "jsdom": "^29.1.1" } }