23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"name": "turbo-monorepo-test",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"dev:watch": "turbo watch export-openapi generate dev:watch",
|
|
"lint": "turbo run lint",
|
|
"format-and-lint": "biome check .",
|
|
"format-and-lint:fix": "biome check . --write",
|
|
"check-types": "turbo run check-types"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.8",
|
|
"turbo": "^2.6.3",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"packageManager": "pnpm@9.0.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|