{
  "name": "cartonne",
  "version": "3.0.2",
  "description": "Reading and writing Content Addressable aRchive",
  "type": "module",
  "keywords": [
    "car",
    "ipld",
    "ipfs",
    "multiformats"
  ],
  "author": "Sergey Ukustov <sergey@ukstv.me>",
  "license": "(Apache-2.0 AND MIT)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ceramicnetwork/cartonne.git"
  },
  "files": [
    "dist/"
  ],
  "sideEffects": false,
  "typesVersions": {
    "*": {
      "*": [
        "dist/*"
      ]
    }
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@ipld/dag-json": "^10.1.6",
    "@multiformats/blake2": "^2.0.2",
    "@stablelib/random": "^1.0.2",
    "@types/node": "^20.10.6",
    "it-all": "^3.0.4",
    "prettier": "^3.1.1",
    "tsm": "^2.3.0",
    "typescript": "^5.3.3",
    "uvu": "^0.5.6",
    "watchlist": "^0.3.1"
  },
  "dependencies": {
    "@ipld/dag-cbor": "^9.0.7",
    "multiformats": "^13.0.0",
    "multihashes-sync": "^2.0.0",
    "varintes": "^2.0.5"
  },
  "scripts": {
    "build": "rm -rf ./dist && ./node_modules/.bin/tsc -p ./tsconfig.build.json",
    "test": "./node_modules/.bin/tsm ./node_modules/uvu/bin.js . .+\\.test\\.ts",
    "test:watch": "./node_modules/.bin/watchlist --eager src -- pnpm run test"
  }
}