nip05-server/package.json

10 lines
212 B
JSON
Raw Permalink Normal View History

2024-04-22 19:48:15 +02:00
{
"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"
}
}