mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-17 04:57:10 -05:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"name": "recommendation-engine",
|
|
"version": "1.0.0",
|
|
"description": "Recommendation engine microservice for BlackStream",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|