41 lines
903 B
JSON
41 lines
903 B
JSON
{
|
|
"name": "ht-docker-node",
|
|
"version": "5.5.0",
|
|
"description": "A Docker image that integrates Node.js with shipzone.io support.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"no npm test specified\"",
|
|
"build": "tsdocker build",
|
|
"release": "tsdocker push"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/HostToday/ht-docker-node.git"
|
|
},
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/HostToday/ht-docker-node/issues"
|
|
},
|
|
"homepage": "https://github.com/HostToday/ht-docker-node#readme",
|
|
"private": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [
|
|
"Docker",
|
|
"Node.js",
|
|
"shipzone.io",
|
|
"npm",
|
|
"CI",
|
|
"git",
|
|
"ssh",
|
|
"szci",
|
|
"node version management",
|
|
"typescript"
|
|
],
|
|
"devDependencies": {
|
|
"@git.zone/tsdocker": "^1.15.1"
|
|
}
|
|
}
|