31 lines
754 B
JSON
31 lines
754 B
JSON
{
|
|
"@git.zone/cli": {
|
|
"projectType": "website",
|
|
"module": {
|
|
"githost": "{{module.githost}}",
|
|
"gitscope": "{{module.gitscope}}",
|
|
"gitrepo": "{{module.gitrepo}}",
|
|
"description": "{{module.description}}",
|
|
"npmPackagename": "{{module.npmPackagename}}",
|
|
"license": "{{module.license}}",
|
|
"projectDomain": "{{module.projectDomain}}"
|
|
},
|
|
"release": {
|
|
"targets": {
|
|
"npm": {
|
|
"registries": ["{{private.npmRegistryUrl}}"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@ship.zone/szci": {
|
|
"npmGlobalTools": [],
|
|
"dockerRegistryRepoMap": {
|
|
"registry.gitlab.com": "{{docker.registryImageTag}}"
|
|
},
|
|
"dockerBuildargEnvMap": {
|
|
"NPMCI_TOKEN_NPM2": "NPMCI_TOKEN_NPM2"
|
|
}
|
|
}
|
|
}
|