1ff719bf8b
- Full CLI: init, bootstrap, schema (put/get/list/validate), put, get, has, verify, list, refs, walk, hash, cat - --store flag, --json compact output, --format tree - biome override: noConsole off for CLI package - 64 tests passing Closes #6 小橘 <xiaoju@shazhou.work>
18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"name": "@uncaged/json-cas-workspace",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.0.0",
|
|
"bun-types": "^1.3.14",
|
|
"typescript": "^5.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"check": "biome check .",
|
|
"format": "biome format --write ."
|
|
}
|
|
}
|