19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"name": "advdoors",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"typecheck": "turbo typecheck",
|
|
"clean": "turbo clean"
|
|
},
|
|
"packageManager": "pnpm@10.20.0",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": ["esbuild", "sharp"]
|
|
}
|
|
}
|