@maggioli-rd/semantic-release-base
Version:
Maggioli Semantic Release Shareable Configuration: base
44 lines (43 loc) • 1.42 kB
JSON
{
"name": "@maggioli-rd/semantic-release-base",
"version": "1.24.5",
"description": "Maggioli Semantic Release Shareable Configuration: base",
"main": ".releaserc.json",
"files": [
".releaserc.json"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/semantic-release-base.git"
},
"keywords": [
"maggioli",
"ricerca-sviluppo",
"semantic-release",
"shareable-configuration",
"base"
],
"author": "Filippo Paganelli <filippo.paganelli@maggioli.it>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/semantic-release-base/issues"
},
"homepage": "https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/semantic-release-base#readme",
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.2.9",
"@semantic-release/release-notes-generator": "14.1.0",
"conventional-changelog-conventionalcommits": "9.1.0",
"semantic-release": "25.0.3"
},
"engines": {
"node": ">=20"
}
}