{ "name": "common", "private": true, "type": "module", "license": "UNLICENSED", "exports": { ".": { "import": "./src/index.ts" }, "./*": { "import": "./src/*.ts" } }, "devDependencies": { "@types/bun": "catalog:", "typescript": "catalog:" }, "dependencies": { "cbor2": "catalog:", "effect": "catalog:" } }