{
  "name": "mirror-drive",
  "version": "1.14.2",
  "description": "Mirror a hyperdrive or localdrive into another one",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/**.js"
  ],
  "imports": {
    "events": {
      "bare": "bare-events"
    },
    "os": {
      "bare": "bare-os",
      "default": "os"
    },
    "stream": {
      "bare": "bare-stream",
      "default": "stream"
    }
  },
  "scripts": {
    "format": "prettier --write .",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:node && npm run test:bare",
    "test:node": "brittle-node test/*.js",
    "test:bare": "brittle-bare test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/holepunchto/mirror-drive.git"
  },
  "author": "Lucas Barrena (@LuKks)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/mirror-drive/issues"
  },
  "homepage": "https://github.com/holepunchto/mirror-drive",
  "devDependencies": {
    "b4a": "^1.6.0",
    "bare-os": "^3.0.1",
    "bare-stream": "^2.6.5",
    "brittle": "^3.1.0",
    "corestore": "^7.0.0",
    "hyperdrive": "^13.0.0",
    "localdrive": "^2.2.0",
    "lunte": "^1.0.0",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0"
  },
  "dependencies": {
    "bare-events": "^2.8.2",
    "binary-stream-equals": "^1.0.0",
    "rabin-stream": "^2.0.0",
    "same-data": "^1.0.0",
    "speedometer": "^1.1.0",
    "streamx": "^2.22.1",
    "unix-path-resolve": "^1.0.2"
  }
}
