File size: 211 Bytes
e827acc
 
 
 
 
 
 
 
 
94bdb52
 
e827acc
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "docker_project",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "express": "^4.17.1",
    "pg": "^8.5.1"
  }
}