Files
Devin Zuczek c9ec13fc6c update deps
2026-06-29 23:44:57 -04:00

24 lines
445 B
JSON

{
"name": "@repo/turbo-generators",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"check:lint": "run-oxlint",
"check:types": "run-tsc",
"test": "run-vitest"
},
"dependencies": {
"@turbo/gen": "2.10.1",
"slugify": "1.6.9",
"zod": "4.4.3",
"zx": "8.8.5"
},
"devDependencies": {
"@repo/tools": "workspace:*",
"@repo/typescript-config": "workspace:*",
"vitest": "4.1.9"
}
}