You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
334 B
JSON

{
"name": "docker_image_ex",
"version": "1.0.0",
"description": "Just a simple app example",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "drew@runcible.io",
"license": "MIT",
"dependencies": {
"express": "^4.17.1"
}
}