{ "name": "ht-docker-tools", "private": true, "version": "2.0.0", "description": "Docker images for various tools (MongoDB, MinIO, ClickHouse, Caddy, Redis) with Deno runtime", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\"", "build": "echo 'not needed.'", "build:images": "chmod +x build-images.sh && ./build-images.sh", "test:images": "chmod +x test-images.sh && ./test-images.sh" }, "repository": { "type": "git", "url": "git+ssh://git@code.foss.global/host.today/ht-docker-tools.git" }, "author": "Task Venture Capital GmbH ", "license": "MIT", "bugs": { "url": "https://code.foss.global/host.today/ht-docker-tools/issues" }, "homepage": "https://code.foss.global/host.today/ht-docker-tools#readme" }