mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:23:03 +02:00
17 lines
279 B
JSON
17 lines
279 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"]
|
||
|
|
}
|
||
|
|
}
|