mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-08 17:03:36 +00:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"name": "docker_web_app",
|
|
"version": "1.0.0",
|
|
"description": "Node.js on Docker",
|
|
"author": "First Last <first.last@example.com>",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.16.1",
|
|
"prom-client" : "11.5.3"
|
|
}
|
|
}
|