This repository has been archived on 2026-06-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
workflow/package.json
T
xiaoju f13fb012d6 chore: remove cross-repo json-cas workspace deps, use npm registry
- Remove ../json-cas/packages/* from root workspaces
- Change @uncaged/json-cas{,-fs} from workspace:^ to ^0.1.1
- Remove stale pnpm-lock.yaml
- Clean Gitea registry from .npmrc
2026-05-18 10:22:36 +00:00

25 lines
698 B
JSON

{
"name": "@uncaged/workflow-monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "bunx tsc --build",
"check": "bunx tsc --build && biome check . && bash scripts/lint-log-tags.sh",
"typecheck": "bunx tsc --build",
"format": "biome format --write .",
"test": "bun run --filter '*' test",
"changeset": "bunx changeset",
"version": "bunx changeset version",
"release": "bun run build && bun test && npx changeset publish --no-git-tag"
},
"devDependencies": {
"@biomejs/biome": "^2.4.14",
"@changesets/cli": "^2.31.0",
"@types/node": "^25.7.0",
"@types/xxhashjs": "^0.2.4",
"bun-types": "^1.3.13"
}
}