{
  "name": "@peerbit/blocks-interface",
  "version": "2.1.3",
  "description": "Block store streaming",
  "type": "module",
  "sideEffects": false,
  "types": "./dist/src/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "*",
        "dist/*",
        "dist/src/*",
        "dist/src/*/index"
      ],
      "src/*": [
        "*",
        "dist/*",
        "dist/src/*",
        "dist/src/*/index"
      ]
    }
  },
  "files": [
    "src",
    "dist",
    "!dist/e2e",
    "!dist/test",
    "!**/*.tsbuildinfo"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    }
  },
  "eslintConfig": {
    "extends": "peerbit",
    "parserOptions": {
      "project": true,
      "sourceType": "module"
    },
    "ignorePatterns": [
      "!.aegir.js",
      "test/ts-use",
      "*.d.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.15.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dao-xyz/peerbit.git",
    "directory": "packages/transport/blocks-interface"
  },
  "keywords": [
    "peerbit"
  ],
  "author": "Peerbit contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dao-xyz/peerbit/issues"
  },
  "homepage": "https://github.com/dao-xyz/peerbit#readme",
  "devDependencies": {
    "@peerbit/libp2p-test-utils": "3.0.8"
  },
  "dependencies": {
    "@dao-xyz/borsh": "^6.0.0",
    "@ipld/dag-cbor": "^9.2.1",
    "multiformats": "^13.4.2",
    "@peerbit/crypto": "3.1.4",
    "@peerbit/stream-interface": "6.0.13"
  },
  "scripts": {
    "clean": "aegir clean",
    "build": "aegir build --no-bundle",
    "test": "",
    "lint": "aegir lint"
  }
}