Create recommendation engine package.json

This commit is contained in:
blackboxprogramming
2025-08-08 13:19:27 -07:00
committed by GitHub
parent 7a871dcd2a
commit 8f495760fc

View File

@@ -0,0 +1,12 @@
{
"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"
}
}