{ "name": "commonroom-recorder", "version": "0.4.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" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc -b", "prepare": "tsc -b", "record": "node dist/cli.js", "test:loopback": "node dist/test/loopback.js", "test:transcribe": "node dist/test/transcribe-test.js", "test:live": "node dist/test/live-loopback.js" }, "engines": { "node": ">=22" }, "dependencies": { "@noble/secp256k1": "^3.1.0", "@roamhq/wrtc": "^0.10.0" }, "devDependencies": { "@types/node": "^26.1.1", "typescript": "^7.0.2" } }