mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
24 lines
445 B
JSON
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"
|
|
}
|
|
}
|