{
  "name": "autobase",
  "version": "7.28.1",
  "description": "A multiwriter data structure for Hypercore",
  "main": "index.js",
  "scripts": {
    "format": "prettier . --write",
    "test": "prettier . --check && brittle test/all.js",
    "test:encrypted": "prettier . --check && brittle test/all.js --encrypt-all",
    "test:fixtures": "prettier . --check && brittle test/fixtures/tests/*.js",
    "test:bare": "bare test/all.js",
    "fuzz:generated": "brittle test/reference/fuzz/generated/*.js",
    "fuzz:main": "node test/fuzz/index.js",
    "fuzz": "node test/reference/fuzz/fuzz.js",
    "generate-fixtures": "node test/fixtures/generate/all.js"
  },
  "files": [
    "index.js",
    "lib/**",
    "encoding/**"
  ],
  "imports": {
    "events": {
      "bare": "bare-events",
      "default": "events"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/autobase.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/autobase/issues"
  },
  "homepage": "https://github.com/holepunchto/autobase#readme",
  "dependencies": {
    "b4a": "^1.6.1",
    "bare-events": "^2.2.0",
    "compact-encoding": "^3.0.0",
    "core-coupler": "^2.0.0",
    "debounceify": "^1.0.0",
    "encryption-encoding": "^1.0.3",
    "hyperbee": "^2.22.0",
    "hypercore": "^11.27.12",
    "hypercore-crypto": "^3.4.0",
    "hypercore-id-encoding": "^1.2.0",
    "hyperschema": "^1.12.1",
    "index-encoder": "^3.3.2",
    "nanoassert": "^2.0.0",
    "protomux-wakeup": "^2.0.0",
    "ready-resource": "^1.0.0",
    "resolve-reject-promise": "^1.1.0",
    "safety-catch": "^1.0.2",
    "scope-lock": "^1.2.4",
    "signal-promise": "^1.0.3",
    "sodium-universal": "^5.0.1",
    "sub-encoder": "^2.1.1",
    "tiny-buffer-map": "^1.1.1"
  },
  "devDependencies": {
    "autobase-test-helpers": "^3.0.0",
    "blind-encryption-sodium": "^2.0.0",
    "brittle": "^3.1.1",
    "corestore": "^7.9.1",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0",
    "rache": "^1.0.0",
    "same-data": "^1.0.0",
    "task-backoff": "^1.0.0",
    "test-tmp": "^1.2.0",
    "uncaughts": "^1.1.0"
  },
  "standard": {
    "ignore": [
      "**/test/fuzz/generated/**",
      "**/test/reference/**",
      "example.mjs"
    ]
  }
}
