kubeprobes/package.json
Piotr Icikowski b15846aa58
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci(deps): pin conventional-changelog-conventionalcommits to version 7.x
2024-05-21 23:00:55 +02:00

19 lines
557 B
JSON

{
"private": true,
"name": "kubeprobes",
"version": "1.3.1-rc.8",
"scripts": {
"release": "./node_modules/.bin/semantic-release"
},
"devDependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^23.0.0"
}
}