Initial Commit

This commit is contained in:
2025-08-18 17:18:43 -04:00
commit 1bc3aaa8aa
17 changed files with 373 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "channeltests-3",
"version": "2025.0.0",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "5.9.8"
},
"dependencies": {
"@techniker-me/pcast-api": "2025.0.2",
"@techniker-me/rtmp-push": "2025.0.2"
}
}