Files
sqwerk/monorepo/package.json
T
2025-06-11 22:52:14 +03:00

25 lines
562 B
JSON

{
"name": "monorepo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "turbo run format",
"check-types": "turbo run check-types"
},
"devDependencies": {
"@repo/biome-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@tauri-apps/cli": "^2.5.0",
"turbo": "^2.5.4",
"typescript": "5.8.2"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
}
}