26 lines
730 B
JSON
26 lines
730 B
JSON
{
|
|
"name": "@uncaged/workflow-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "bunx tsc --build",
|
|
"check": "bunx tsc --build && biome check .",
|
|
"typecheck": "bunx tsc --build",
|
|
"format": "biome format --write .",
|
|
"test": "bun run --filter '*' test",
|
|
"link": "./scripts/link-all.sh",
|
|
"link:consume": "./scripts/link-all.sh --consume",
|
|
"link:unlink": "./scripts/link-all.sh --unlink",
|
|
"publish:gitea": "./scripts/publish-all.sh",
|
|
"publish:gitea:dry": "./scripts/publish-all.sh --dry-run"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.14",
|
|
"@types/node": "^25.7.0",
|
|
"@types/xxhashjs": "^0.2.4",
|
|
"bun-types": "^1.3.13"
|
|
}
|
|
}
|