mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-17 04:27:08 -05:00
Create recommendation engine package.json
This commit is contained in:
committed by
GitHub
parent
7a871dcd2a
commit
8f495760fc
12
backend/recommendation-engine/package.json
Normal file
12
backend/recommendation-engine/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user