@atcute/car
Version:
lightweight DASL CAR and atproto repository decoder for AT Protocol.
45 lines • 1.09 kB
JSON
{
"type": "module",
"name": "@atcute/car",
"version": "3.1.1",
"description": "lightweight DASL CAR and atproto repository decoder for AT Protocol.",
"keywords": [
"atproto",
"dasl",
"car"
],
"license": "MIT",
"repository": {
"url": "https://github.com/mary-ext/atcute",
"directory": "packages/utilities/car"
},
"files": [
"dist/",
"lib/",
"!lib/**/*.bench.ts",
"!lib/**/*.test.ts"
],
"exports": {
".": "./dist/v3/index.js",
"./v4": "./dist/v4/index.js",
"./v4/car-reader": "./dist/v4/car-reader/index.js",
"./v4/repo-reader": "./dist/v4/repo-reader/index.js"
},
"sideEffects": false,
"devDependencies": {
"@types/bun": "^1.2.13",
"@atcute/multibase": "^1.1.4"
},
"dependencies": {
"yocto-queue": "^1.2.1",
"@atcute/cbor": "^2.2.4",
"@atcute/cid": "^2.2.3",
"@atcute/uint8array": "^1.0.2",
"@atcute/varint": "^1.0.2"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "bun test --coverage",
"prepublish": "rm -rf dist; pnpm run build"
}
}