UNPKG

@atcute/cbor

Version:

lightweight DASL dCBOR42 codec library for AT Protocol

42 lines 926 B
{ "type": "module", "name": "@atcute/cbor", "version": "2.2.8", "description": "lightweight DASL dCBOR42 codec library for AT Protocol", "keywords": [ "atproto", "dasl", "cbor" ], "license": "0BSD", "repository": { "url": "https://github.com/mary-ext/atcute", "directory": "packages/utilities/cbor" }, "files": [ "dist/", "lib/", "!lib/**/*.bench.ts", "!lib/**/*.test.ts" ], "exports": { ".": "./dist/index.js", "./bytes": "./dist/bytes.js" }, "sideEffects": false, "devDependencies": { "@ipld/dag-cbor": "^9.2.5", "@types/bun": "^1.3.1", "cbor-x": "^1.6.0" }, "dependencies": { "@atcute/multibase": "^1.1.6", "@atcute/uint8array": "^1.0.5", "@atcute/cid": "^2.2.6" }, "scripts": { "build": "tsc --project tsconfig.build.json", "test": "bun test --coverage", "prepublish": "rm -rf dist; pnpm run build" } }