feat: implement core BlackStream platform functionality

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-10 09:26:09 +00:00
parent 49a4eb2e6e
commit 797fc691f3
23 changed files with 21774 additions and 50 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "sync-service",
"version": "0.1.0",
"description": "Watch progress synchronization service for BlackStream",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2"
}
}