add commander.js as a dependency
This commit is contained in:
parent
5b9817a8c7
commit
39dd4bd7ca
2 changed files with 11 additions and 0 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue