We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af69530 commit b9978ffCopy full SHA for b9978ff
bun.lock
@@ -3,6 +3,9 @@
3
"workspaces": {
4
"": {
5
"name": "ts-cli-template",
6
+ "dependencies": {
7
+ "commander": "14.0.0",
8
+ },
9
"devDependencies": {
10
"@biomejs/biome": "2.0.5",
11
"@types/bun": "1.2.17",
package.json
@@ -24,6 +24,9 @@
24
"build": "bun run ./scripts/build.ts",
25
"prepublishOnly": "bun run build"
26
},
27
28
+ "commander": "14.0.0"
29
30
31
32
0 commit comments