2022-06-16 13:40:14 +00:00
|
|
|
{
|
|
|
|
"name": "ht-docker-clickhouse",
|
|
|
|
"private": true,
|
2022-06-16 16:39:38 +00:00
|
|
|
"version": "1.0.12",
|
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\"",
|
|
|
|
"testBuild": "docker build -t yandex . && docker rmi yandex"
|
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"
|
|
|
|
}
|