ht-docker-dbase/package.json
Philipp Kunz 4aba348327
All checks were successful
Docker (tags) / security (push) Successful in 30s
Docker (tags) / test (push) Successful in 55s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Successful in 6m22s
1.0.92
2024-05-26 14:21:26 +02:00

48 lines
1006 B
JSON

{
"name": "ht-docker-dbase",
"version": "1.0.92",
"description": "Provides easy Continuous Integration for Docker images.",
"main": "index.js",
"directories": {
"test": "test"
},
"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-dbase.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-dbase/issues"
},
"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"
],
"keywords": [
"CI",
"Docker",
"Docker images",
"Continuous Integration",
"build automation",
"registry",
"gitlab",
"npm package",
"code quality",
"TypeScript",
"JavaScript"
]
}