add @clack/prompts

This commit is contained in:
Antoine Kingue 2024-07-07 23:48:07 +02:00
parent 9b2a689601
commit adabe73e8e
2 changed files with 36 additions and 0 deletions

35
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "0.3.0",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.7.0",
"commander": "^12.1.0",
"googleapis": "131.0.0",
"picocolors": "^1.0.1",
@ -339,6 +340,40 @@
"prettier": "^2.7.1"
}
},
"node_modules/@clack/core": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/@clack/core/-/core-0.3.4.tgz",
"integrity": "sha512-H4hxZDXgHtWTwV3RAVenqcC4VbJZNegbBjlPvzOzCouXtS2y3sDvlO3IsbrPNWuLWPPlYVYPghQdSF64683Ldw==",
"dependencies": {
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
}
},
"node_modules/@clack/prompts": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-0.7.0.tgz",
"integrity": "sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==",
"bundleDependencies": [
"is-unicode-supported"
],
"dependencies": {
"@clack/core": "^0.3.3",
"is-unicode-supported": "*",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
}
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@cspotcode/source-map-support": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",

View File

@ -28,6 +28,7 @@
"release": "changeset publish"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"commander": "^12.1.0",
"googleapis": "131.0.0",
"picocolors": "^1.0.1",