17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"name": "padel-pro",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"type-check": "turbo type-check",
|
|
"db:generate": "turbo db:generate",
|
|
"db:push": "turbo db:push"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.15.0"
|
|
}
|