UNPKG

@maggioli-rd/semantic-release-base

Version:
44 lines (43 loc) 1.42 kB
{ "name": "@maggioli-rd/semantic-release-base", "version": "1.22.1", "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.6", "@semantic-release/release-notes-generator": "14.0.3", "conventional-changelog-conventionalcommits": "9.0.0", "semantic-release": "24.2.5" }, "engines": { "node": ">=20" } }