ht-docker-elk/package.json
2024-05-14 23:08:11 +02:00

42 lines
969 B
JSON

{
"name": "ht-docker-elk",
"version": "1.0.16",
"description": "A Docker image for running the Elastic Stack with added support for full basic authentication.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "echo \"Not needed for now\""
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-elk.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-elk/issues"
},
"homepage": "https://gitlab.com/hosttoday/ht-docker-elk#README",
"private": true,
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"Elastic Stack",
"Docker",
"Basic Authentication",
"Security",
"Elasticsearch",
"Logstash",
"Kibana",
"Containerization"
]
}