mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-17 06:57:11 -05:00
feat: implement core BlackStream platform functionality
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
14
backend/sync-service/package.json
Normal file
14
backend/sync-service/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user