fix(core): update

This commit is contained in:
2024-05-24 00:17:31 +02:00
parent 8e9a61bbb2
commit 52a8f42fc9
9 changed files with 5688 additions and 4291 deletions

View File

@@ -14,9 +14,24 @@
"githost": "gitlab.com",
"gitscope": "ship.zone",
"gitrepo": "npmci",
"description": "node and docker in gitlab ci on steroids",
"description": "A tool to enhance Node.js and Docker workflows within GitLab CI, providing various CI/CD utilities.",
"npmPackagename": "@ship.zone/npmci",
"license": "MIT"
"license": "MIT",
"keywords": [
"Node.js",
"Docker",
"GitLab CI",
"continuous integration",
"continuous deployment",
"CI/CD",
"automation",
"npm",
"TypeScript",
"cloud",
"SSH",
"registry",
"container management"
]
}
}
}