ht-docker-clickhouse/package.json

23 lines
621 B
JSON
Raw Permalink Normal View History

2022-06-16 13:40:14 +00:00
{
"name": "ht-docker-clickhouse",
"private": true,
2024-06-14 23:30:00 +00:00
"version": "1.0.17",
2022-06-16 13:40:14 +00:00
"description": "chrome for docker",
"main": "index.js",
"scripts": {
2022-06-16 16:39:38 +00:00
"test": "echo \"Error: no test specified\"",
2024-05-26 14:16:12 +00:00
"testBuild": "docker build -t yandex . && docker rmi yandex",
"build": "echo 'not needed.'"
2022-06-16 13:40:14 +00:00
},
"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"
}