mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
26 lines
457 B
JSON
26 lines
457 B
JSON
{
|
|
"name": "better-t-stack",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.4.1",
|
|
"typescript": "5.7.3",
|
|
"@biomejs/biome": "1.9.4",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.4.3"
|
|
},
|
|
"lint-staged": {
|
|
"*": ["biome check --write ."]
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"packageManager": "bun@1.2.2",
|
|
"workspaces": ["apps/*"]
|
|
}
|