Files
ht-docker-node/package.json

41 lines
903 B
JSON
Raw Normal View History

2016-02-24 20:59:27 +01:00
{
"name": "ht-docker-node",
2026-02-07 10:55:50 +00:00
"version": "5.5.2",
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\"",
"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"
},
"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",
"szci",
2024-05-24 15:53:20 +02:00
"node version management",
"typescript"
],
"devDependencies": {
"@git.zone/tsdocker": "^1.17.1"
}
2024-05-24 15:53:20 +02:00
}