mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-17 04:27:08 -05:00
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"name": "blackstream-recommendation-engine",
|
|
"version": "1.0.0",
|
|
"description": "Content recommendation engine with collaborative filtering and similarity scoring",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "node --test index.test.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|