49b1d5d665
- createFsStore(dir) implementing Store interface - CBOR binary blob storage with atomic writes (tmp+rename) - Auto-create directory, idempotent put - 15 new tests (64 total), biome clean Closes #5 小橘 <xiaoju@shazhou.work>
17 lines
283 B
JSON
17 lines
283 B
JSON
{
|
|
"name": "@uncaged/json-cas-fs",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/json-cas": "workspace:^",
|
|
"cborg": "^4.2.3"
|
|
}
|
|
}
|