mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 11:43:10 +02:00
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YZ8QTmreFcaqrsvVb38Grd
19 lines
291 B
JSON
19 lines
291 B
JSON
{
|
|
"name": "bucket-catch",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm --parallel -r dev",
|
|
"build": "pnpm -r build",
|
|
"lint": "pnpm -r lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|