Skip to content

Instantly share code, notes, and snippets.

@SiegeSailor
Last active July 2, 2021 08:58
Show Gist options
  • Save SiegeSailor/b5bd6053f0fd5bdd89a3e95820090352 to your computer and use it in GitHub Desktop.
Save SiegeSailor/b5bd6053f0fd5bdd89a3e95820090352 to your computer and use it in GitHub Desktop.
GitLab private package package.json configruation.
{
"name": "@group/project",
"private": false,
"repository": {
"type": "git",
"url": "https://gitlab.example.tw/group/project"
},
"version": "1.0.0",
"publishConfig": {
"@group:registry": "https://gitlab.example.tw/api/v4/projects/1/packages/npm/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment