File size: 234 Bytes
0c2c1e4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "nodejs-docker-app",
  "version": "1.0.0",
  "description": "A simple Node.js application with Docker.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "express": "^4.18.2"
  }
}