mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
19 lines
306 B
JSON
19 lines
306 B
JSON
{
|
|
"name": "ironmount",
|
|
"private": true,
|
|
"packageManager": "bun@1.2.15",
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"tsc": "turbo run tsc",
|
|
"gen:api-client": "openapi-ts"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "^0.80.17",
|
|
"turbo": "^2.5.6"
|
|
}
|
|
}
|