10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"name": "docker-node-json",
|
|
"version": "1.0.0",
|
|
"description": "A Docker container hosting a JSON file with filtering capability",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"express": "^4.19.2"
|
|
}
|
|
}
|