ht-docker-clickhouse/package.json
Philipp Kunz 7356e07410
All checks were successful
Docker (tags) / security (push) Successful in 42s
Docker (tags) / test (push) Successful in 1m0s
Docker (tags) / metadata (push) Successful in 7s
Docker (tags) / release (push) Successful in 2m51s
1.0.17
2024-06-15 01:30:00 +02:00

23 lines
621 B
JSON

{
"name": "ht-docker-clickhouse",
"private": true,
"version": "1.0.17",
"description": "chrome for docker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"testBuild": "docker build -t yandex . && docker rmi yandex",
"build": "echo 'not needed.'"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-clickhouse.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-clickhouse/issues"
},
"homepage": "https://gitlab.com/hosttoday/ht-docker-clickhouse#README"
}