ht-docker-clickhouse/package.json
Philipp Kunz 93b17faddd
All checks were successful
Docker (tags) / security (push) Successful in 33s
Docker (tags) / test (push) Successful in 44s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Successful in 22s
1.0.16
2024-05-26 20:09:21 +02:00

23 lines
621 B
JSON

{
"name": "ht-docker-clickhouse",
"private": true,
"version": "1.0.16",
"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"
}