add commander.js as a dependency

This commit is contained in:
Quentin 2025-02-20 20:09:06 +01:00
parent 5b9817a8c7
commit 39dd4bd7ca
Signed by: quentin
GPG key ID: E9602264D639FF68
2 changed files with 11 additions and 0 deletions

10
package-lock.json generated
View file

@ -9,9 +9,19 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"commander": "^13.1.0",
"guichet-sdk-ts": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts"
}
},
"node_modules/commander": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/guichet-sdk-ts": {
"version": "v0.1.0",
"resolved": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts#292225036435b6f1135baad7d534f463f4758009"

View file

@ -10,6 +10,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"commander": "^13.1.0",
"guichet-sdk-ts": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts"
}
}