{ "name": "commonroom-recorder", "version": "0.1.0", "description": "CLI bot that joins a commonroom room and records every participant's audio (and the chat) to disk for transcription", "type": "module", "bin": { "commonroom-recorder": "dist/cli.js" }, "scripts": { "build": "tsc -b", "record": "node dist/cli.js", "test:loopback": "node dist/test/loopback.js" }, "engines": { "node": ">=22" }, "license": "Apache-2.0", "dependencies": { "@noble/secp256k1": "^3.1.0", "@roamhq/wrtc": "^0.10.0" }, "devDependencies": { "@types/node": "^26.1.1", "typescript": "^7.0.2" } }