Docker-NetworkingDataPersis.../frontend/package.json

13 lines
215 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.18.2",
"node-fetch": "^3.3.2"
},
"type": "module"
}