Vladir-Docker-Test / package.json
TuringsSolutions's picture
Create package.json
94bdb52 verified
raw
history blame contribute delete
211 Bytes
{
"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"
}
}