{
  "name": "orbit-db-io",
  "type": "module",
  "version": "3.0.0",
  "description": "IO helper module for orbit-db",
  "main": "./src/index.js",
  "exports": "./src/index.js",
  "scripts": {
    "test": "TEST=all c8 mocha",
    "lint": "standard"
  },
  "engines": {
    "node": ">= 14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orbitdb/orbit-db-io.git"
  },
  "keywords": [
    "orbitdb",
    "orbit-db"
  ],
  "author": "shamb0t",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/orbitdb/orbit-db-io/issues"
  },
  "homepage": "https://github.com/orbitdb/orbit-db-io#readme",
  "localMaintainers": [
    "shamb0t <shams@haja.io>",
    "hajamark <mark@haja.io>"
  ],
  "devDependencies": {
    "mocha": "^10.2.0",
    "c8": "^7.12.0",
    "orbit-db-test-utils": "3.0.0",
    "standard": "^17.0.0"
  },
  "standard": {
    "env": "mocha"
  },
  "peerDependencies": {
    "go-ipfs": "*",
    "ipfs": "*",
    "ipfsd-ctl": "*"
  },
  "dependencies": {
    "@ipld/dag-cbor": "^9.0.0",
    "@ipld/dag-pb": "^4.0.0",
    "multiformats": "^11.0.0"
  }
}
