Files
blackstream/backend/sync-service/package.json
2026-03-10 09:26:09 +00:00

15 lines
289 B
JSON

{
"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"
}
}