Files
ht-docker-tools/package.json

24 lines
805 B
JSON
Raw Normal View History

2022-06-16 15:40:14 +02:00
{
"name": "ht-docker-tools",
2022-06-16 15:40:14 +02:00
"private": true,
"version": "2.0.0",
"description": "Docker images for various tools (MongoDB, MinIO, ClickHouse, Caddy, Redis) with Deno runtime",
2022-06-16 15:40:14 +02:00
"main": "index.js",
"scripts": {
2022-06-16 18:39:38 +02:00
"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"
2022-06-16 15:40:14 +02:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@code.foss.global/host.today/ht-docker-tools.git"
2022-06-16 15:40:14 +02:00
},
"author": "Task Venture Capital GmbH <hello@task.vc>",
2022-06-16 15:40:14 +02:00
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/host.today/ht-docker-tools/issues"
2022-06-16 15:40:14 +02:00
},
"homepage": "https://code.foss.global/host.today/ht-docker-tools#readme"
2022-06-16 15:40:14 +02:00
}