{
  "name": "ipfs-unixfs-exporter",
  "version": "16.0.2",
  "description": "JavaScript implementation of the UnixFs exporter used by IPFS",
  "license": "Apache-2.0 OR MIT",
  "homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs-exporter#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipfs/js-ipfs-unixfs.git"
  },
  "bugs": {
    "url": "https://github.com/ipfs/js-ipfs-unixfs/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "IPFS"
  ],
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "files": [
    "src",
    "dist",
    "!dist/test",
    "!**/*.tsbuildinfo"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js",
      "module-sync": "./dist/src/index.js"
    }
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "conventionalcommits",
          "releaseRules": [
            {
              "breaking": true,
              "release": "major"
            },
            {
              "revert": true,
              "release": "patch"
            },
            {
              "type": "feat",
              "release": "minor"
            },
            {
              "type": "fix",
              "release": "patch"
            },
            {
              "type": "docs",
              "release": "patch"
            },
            {
              "type": "test",
              "release": "patch"
            },
            {
              "type": "deps",
              "release": "patch"
            },
            {
              "scope": "no-release",
              "release": false
            }
          ]
        }
      ],
      [
        "@semantic-release/release-notes-generator",
        {
          "preset": "conventionalcommits",
          "presetConfig": {
            "types": [
              {
                "type": "feat",
                "section": "Features"
              },
              {
                "type": "fix",
                "section": "Bug Fixes"
              },
              {
                "type": "chore",
                "section": "Trivial Changes"
              },
              {
                "type": "docs",
                "section": "Documentation"
              },
              {
                "type": "deps",
                "section": "Dependencies"
              },
              {
                "type": "test",
                "section": "Tests"
              }
            ]
          }
        }
      ],
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md",
            "package.json"
          ]
        }
      ]
    ]
  },
  "scripts": {
    "test": "aegir test",
    "test:node": "aegir test -t node --cov",
    "test:chrome": "aegir test -t browser --cov",
    "test:firefox": "aegir test -t browser -- --browser firefox",
    "build": "aegir build",
    "clean": "aegir clean",
    "lint": "aegir lint",
    "dep-check": "aegir dep-check",
    "doc-check": "aegir doc-check",
    "release": "aegir release"
  },
  "dependencies": {
    "@ipld/dag-cbor": "^10.0.0",
    "@ipld/dag-json": "^11.0.0",
    "@ipld/dag-pb": "^4.1.7",
    "@multiformats/murmur3": "^2.2.5",
    "hamt-sharding": "^3.0.8",
    "interface-blockstore": "^7.0.1",
    "ipfs-unixfs": "^13.0.0",
    "it-last": "^3.0.11",
    "it-map": "^3.1.6",
    "it-parallel": "^3.0.15",
    "it-pipe": "^3.0.1",
    "it-pushable": "^3.2.4",
    "it-to-buffer": "^5.0.0",
    "multiformats": "^14.0.0",
    "p-queue": "^9.2.0",
    "progress-events": "^1.1.0"
  },
  "devDependencies": {
    "@types/readable-stream": "^4.0.23",
    "@types/sinon": "^21.0.1",
    "aegir": "^48.0.4",
    "blockstore-core": "^7.0.1",
    "delay": "^7.0.0",
    "ipfs-unixfs-importer": "^17.0.0",
    "iso-random-stream": "^2.0.2",
    "it-all": "^3.0.11",
    "it-buffer-stream": "^4.0.0",
    "it-drain": "^3.0.12",
    "it-filter": "^3.1.6",
    "it-first": "^3.0.11",
    "merge-options": "^3.0.4",
    "readable-stream": "^4.7.0",
    "sinon": "^22.0.0",
    "uint8arrays": "^6.1.1",
    "wherearewe": "^2.0.1"
  },
  "browser": {
    "fs": false,
    "readable-stream": false
  },
  "sideEffects": false
}
