feat: add command (#337)

This commit is contained in:
Aman Varshney
2025-06-22 03:20:05 +05:30
committed by GitHub
parent 198d0e7434
commit 9c7a0f0110
29 changed files with 1015 additions and 255 deletions

View File

@@ -60,15 +60,16 @@
"globby": "^14.1.0",
"gradient-string": "^3.0.0",
"handlebars": "^4.7.8",
"jsonc-parser": "^3.3.1",
"picocolors": "^1.1.1",
"posthog-node": "^4.18.0",
"trpc-cli": "^0.8.0",
"zod": "^3.25.57"
"zod": "^3.25.67"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.0",
"tsdown": "^0.12.7",
"@types/node": "^24.0.3",
"tsdown": "^0.12.8",
"typescript": "^5.8.3"
}
}