587518ac09
- Remove all re-exports from @uncaged/workflow -> @uncaged/workflow-runtime - Fix cli-workflow imports to use @uncaged/workflow-runtime for types - Update bundle-validator to allow @uncaged/workflow-runtime imports - Update init templates to reference @uncaged/workflow-runtime - 378 tests passing, build + check clean Refs #121, relates #125
20 lines
443 B
JSON
20 lines
443 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"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.14",
|
|
"@types/xxhashjs": "^0.2.4",
|
|
"bun-types": "^1.3.13"
|
|
}
|
|
}
|