Files
learn/docker/example/package.json
T
2024-06-07 22:37:18 -04:00

16 lines
294 B
JSON

{
"name": "example_dockerfile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2"
}
}