fix(core): update

This commit is contained in:
2024-05-24 15:53:20 +02:00
parent ca92e81fae
commit 5266959d11
3 changed files with 280 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "ht-docker-node",
"version": "5.0.132",
"description": "docker image with nodejs and shipzone.io support",
"description": "A Docker image that integrates Node.js with shipzone.io support.",
"main": "index.js",
"scripts": {
"test": "echo \"no npm test specified\"",
@@ -31,5 +31,17 @@
],
"directories": {
"test": "test"
}
}
},
"keywords": [
"Docker",
"Node.js",
"shipzone.io",
"npm",
"CI",
"git",
"ssh",
"npmci",
"node version management",
"typescript"
]
}