18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "@uncaged/workflow-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"examples"
|
|
],
|
|
"scripts": {
|
|
"build": "bun run --filter '*' build",
|
|
"check": "biome check .",
|
|
"format": "biome format --write .",
|
|
"test": "bun run --filter '*' test"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.14"
|
|
}
|
|
}
|