Files
ht-docker-node/package.json

48 lines
975 B
JSON
Raw Normal View History

2016-02-24 20:59:27 +01:00
{
"name": "ht-docker-node",
2025-10-26 14:22:02 +00:00
"version": "5.1.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\"",
2019-05-08 22:27:59 +02:00
"build": "echo \"Not needed for now\""
2016-02-24 20:59:27 +01:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/HostToday/ht-docker-node.git"
},
"author": "Lossless GmbH",
"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,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-07-17 18:01:57 +02:00
"dist_ts_web/*",
2019-06-08 21:36:23 +02:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
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",
"npmci",
"node version management",
"typescript"
]
2024-05-24 15:53:20 +02:00
}