mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-17 06:57:11 -05:00
Create package.json
This commit is contained in:
committed by
GitHub
parent
89dda45cc4
commit
d3aa7a3a3b
12
backend/api-gateway/package.json
Normal file
12
backend/api-gateway/package.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "api-gateway",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.18.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": "node index.js"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user