Something went wrong. Try again.
[WIP] A music bot for Matrix that connects to Element Call enabled channels.
Something went wrong. Try again.
matrix-music package.json
318 B · 18 lines
JSON
at main
12345678910111213141516171819{ "name": "matrix-music", "module": "src/index.ts", "type": "module", "private": true, "scripts": { "dev": "bun run src/index.ts" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "matrix-js-sdk": "^41.1.0-rc.0" }}