chore: add missing dependencies

This commit is contained in:
Guilhem Lavaux 2025-06-29 13:47:38 +02:00
parent 54be432e53
commit 12b93f045b
2 changed files with 171 additions and 1 deletions

View file

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"release": "semantic-release"
},
"repository": {
"type": "git",
@ -17,6 +18,7 @@
"devDependencies": {
"@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/github": "^11.0.3",
"@semantic-release/release-notes-generator": "^14.0.3",