{ "name": "@uncaged/json-cas-fs", "version": "0.6.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "src" ], "scripts": { "test": "bun test" }, "dependencies": { "@uncaged/json-cas": "^0.6.0", "cborg": "^4.2.3" } }