2016-02-24 20:59:27 +01:00
|
|
|
{
|
|
|
|
|
"name": "ht-docker-node",
|
2026-02-07 12:57:35 +00:00
|
|
|
"version": "5.6.0",
|
2024-05-24 15:53:20 +02:00
|
|
|
"description": "A Docker image that integrates Node.js with shipzone.io support.",
|
2016-02-24 20:59:27 +01:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2019-06-10 10:43:22 +02:00
|
|
|
"test": "echo \"no npm test specified\"",
|
2026-02-06 09:31:43 +00:00
|
|
|
"build": "tsdocker build",
|
|
|
|
|
"release": "tsdocker push"
|
2016-02-24 20:59:27 +01:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/HostToday/ht-docker-node.git"
|
|
|
|
|
},
|
2026-02-06 08:44:16 +00:00
|
|
|
"author": "Task Venture Capital GmbH",
|
2016-02-24 20:59:27 +01:00
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/HostToday/ht-docker-node/issues"
|
|
|
|
|
},
|
2019-05-08 22:27:59 +02:00
|
|
|
"homepage": "https://github.com/HostToday/ht-docker-node#readme",
|
2019-06-08 21:36:23 +02:00
|
|
|
"private": true,
|
2019-06-10 10:43:22 +02:00
|
|
|
"directories": {
|
|
|
|
|
"test": "test"
|
2024-05-24 15:53:20 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"Docker",
|
|
|
|
|
"Node.js",
|
|
|
|
|
"shipzone.io",
|
|
|
|
|
"npm",
|
|
|
|
|
"CI",
|
|
|
|
|
"git",
|
|
|
|
|
"ssh",
|
2026-02-06 14:00:03 +00:00
|
|
|
"szci",
|
2024-05-24 15:53:20 +02:00
|
|
|
"node version management",
|
|
|
|
|
"typescript"
|
2026-02-07 10:43:46 +00:00
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
2026-02-07 13:04:19 +00:00
|
|
|
"@git.zone/tsdocker": "^1.17.4"
|
2026-02-07 10:43:46 +00:00
|
|
|
}
|
2024-05-24 15:53:20 +02:00
|
|
|
}
|