UNPKG

@maggioli-rd/semantic-release-npm

Version:
37 lines (36 loc) 1.1 kB
{ "name": "@maggioli-rd/semantic-release-npm", "version": "1.20.1", "description": "Maggioli Semantic Release Shareable Configuration: NPM", "main": "release.config.js", "files": [ "release.config.js" ], "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-npm.git" }, "keywords": [ "maggioli", "ricerca-sviluppo", "semantic-release", "shareable-configuration", "npm" ], "author": "Filippo Paganelli <filippo.paganelli@maggioli.it>", "license": "ISC", "bugs": { "url": "https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/semantic-release-npm/issues" }, "homepage": "https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/semantic-release-npm#readme", "dependencies": { "@maggioli-rd/semantic-release-base": "1.22.1" }, "engines": { "node": ">=20" } }