{ "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" ] }