12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"name": "lbf-bot",
|
|
"packageManager": "pnpm@10.24.0",
|
|
"scripts": {
|
|
"check": "pnpm --filter @lbf-bot/utils run build && pnpm --filter @lbf-bot/database run build && pnpm -r check"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^10.3.0",
|
|
"typescript-eslint": "^8.59.2"
|
|
}
|
|
}
|