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

@@ -4,9 +4,14 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"cors": "^2.8.6",
"express": "^4.18.2"
},
"scripts": {
"start": "node index.js"
"start": "node index.js",
"test": "node --test"
},
"devDependencies": {
"supertest": "^7.2.2"
}
}