mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-17 04:57:10 -05:00
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"name": "content-aggregator",
|
|
"version": "0.1.0",
|
|
"description": "Cross-platform streaming catalog aggregation service for BlackStream",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|