ht-docker-dbase/package.json

48 lines
1006 B
JSON
Raw Permalink Normal View History

2018-12-12 22:18:55 +00:00
{
"name": "ht-docker-dbase",
2024-05-26 12:21:26 +00:00
"version": "1.0.92",
2024-05-14 21:07:23 +00:00
"description": "Provides easy Continuous Integration for Docker images.",
2018-12-12 22:18:55 +00:00
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
2019-06-19 09:55:12 +00:00
"test": "echo \"Error: no test specified\"",
2019-06-19 09:47:48 +00:00
"build": "echo \"Not needed for now\""
2018-12-12 22:18:55 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-dbase.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-dbase/issues"
},
2019-06-19 09:47:48 +00:00
"homepage": "https://gitlab.com/hosttoday/ht-docker-dbase#readme",
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-05-14 21:07:23 +00:00
],
"keywords": [
"CI",
"Docker",
"Docker images",
"Continuous Integration",
"build automation",
"registry",
"gitlab",
"npm package",
"code quality",
"TypeScript",
"JavaScript"
2019-06-19 09:47:48 +00:00
]
2024-05-26 12:04:33 +00:00
}