npmci/npmextra.json

37 lines
889 B
JSON
Raw Normal View History

2016-08-02 21:11:42 +00:00
{
2019-02-24 21:50:12 +00:00
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public",
"npmRegistryUrl": "registry.npmjs.org"
},
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:npmci",
"command": "npmci test stable"
},
"gitzone": {
2021-05-14 18:11:12 +00:00
"projectType": "npm",
2019-02-24 21:50:12 +00:00
"module": {
"githost": "gitlab.com",
2023-08-08 21:32:07 +00:00
"gitscope": "ship.zone",
2019-02-24 21:50:12 +00:00
"gitrepo": "npmci",
2024-05-23 22:17:31 +00:00
"description": "A tool to enhance Node.js and Docker workflows within GitLab CI, providing various CI/CD utilities.",
2023-08-08 21:32:07 +00:00
"npmPackagename": "@ship.zone/npmci",
2024-05-23 22:17:31 +00:00
"license": "MIT",
"keywords": [
"Node.js",
"Docker",
"GitLab CI",
"continuous integration",
"continuous deployment",
"CI/CD",
"automation",
"npm",
"TypeScript",
"cloud",
"SSH",
"registry",
"container management"
]
2016-08-02 21:11:42 +00:00
}
2019-02-24 21:50:12 +00:00
}
2016-08-02 21:11:42 +00:00
}