mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|||
|
|
"packageManager": "bun@1.2.17",
|
||
|
|
"devDependencies": {
|
||
|
|
"turbo": "^2.5.4"
|
||
|
|
},
|
||
|
|
"workspaces": [
|
||
|
|
"apps/*",
|
||
|
|
"packages/*"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"dev": "turbo run dev",
|
||
|
|
"build": "turbo run build",
|
||
|
|
"check-types": "turbo run check-types",
|
||
|
|
"lint": "turbo run lint",
|
||
|
|
"format": "turbo run format"
|
||
|
|
}
|
||
|
|
}
|