@maggioli-rd/sr-codeowners-plugin
Version:
Maggioli Semantic Release Plugin: Codeowners
57 lines (56 loc) • 1.71 kB
JSON
{
"name": "@maggioli-rd/sr-codeowners-plugin",
"version": "1.31.0",
"description": "Maggioli Semantic Release Plugin: Codeowners",
"files": [
"dist/*"
],
"type": "module",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"maggioli",
"ricerca-sviluppo",
"semantic-release",
"plugin",
"codeowners"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin.git"
},
"bugs": "https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/issues",
"homepage": "https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin#readme",
"author": "Filippo Paganelli <filippo.paganelli@maggioli.it>",
"license": "ISC",
"dependencies": {
"@semantic-release/error": "4.0.0",
"execa": "9.5.2"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.2.4",
"@types/common-tags": "1.8.4",
"@types/semantic-release": "20.0.6",
"@types/semantic-release__error": "3.0.3",
"@types/signale": "1.4.7",
"@vitest/coverage-v8": "2.1.9",
"semantic-release": "24.2.3",
"typescript": "5.8.2",
"vitest": "2.1.9",
"vitest-mock-extended": "2.0.2"
},
"scripts": {
"build": "tsc",
"test": "vitest run tests --coverage"
},
"engines": {
"node": ">=20.10.0"
}
}