Files
ht-docker-tools/package.json
Juergen Kunz a15dc3f672 feat: restructure ht-docker-tools repository with enhanced Deno support and NVM integration
- Removed Dockerfile and added multiple Dockerfiles for various tools (ClickHouse, MongoDB, MinIO, Caddy, Redis) with Deno runtime.
- Updated package.json to reflect new repository structure and versioning.
- Added comprehensive README and technical notes for architecture overview and usage.
- Implemented build and test scripts for streamlined image creation and validation.
- Introduced bash scripts for NVM functionality in Docker images.
2025-11-27 13:10:00 +00:00

24 lines
805 B
JSON

{
"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 <hello@task.vc>",
"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"
}