22 lines
520 B
JSON
22 lines
520 B
JSON
{
|
|
"npmci": {
|
|
"npmGlobalTools": [],
|
|
"npmAccessLevel": "public",
|
|
"npmRegistryUrl": "registry.npmjs.org"
|
|
},
|
|
"npmdocker": {
|
|
"baseImage": "hosttoday/ht-docker-node:npmci",
|
|
"command": "npmci test stable"
|
|
},
|
|
"gitzone": {
|
|
"projectType": "npm",
|
|
"module": {
|
|
"githost": "gitlab.com",
|
|
"gitscope": "shipzone",
|
|
"gitrepo": "npmci",
|
|
"shortDescription": "node and docker in gitlab ci on steroids",
|
|
"npmPackagename": "@shipzone/npmci",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
} |