485bfcb0b6
All packages are pure Bun/TS — no build step needed. The build scripts were all placeholder `echo 'TODO'` anyway.
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "@uncaged/workflow-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"examples"
|
|
],
|
|
"scripts": {
|
|
"check": "bunx tsc --build && biome check .",
|
|
"typecheck": "bunx tsc --build",
|
|
"format": "biome format --write .",
|
|
"test": "bun run --filter '*' test"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.14",
|
|
"@types/xxhashjs": "^0.2.4",
|
|
"bun-types": "^1.3.13"
|
|
}
|
|
}
|