{
  "name": "@ceramicnetwork/stream-tile-handler",
  "version": "6.4.0",
  "description": "Ceramic Tile Document stream handler",
  "keywords": [
    "ceramic",
    "tile",
    "handler"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ceramicnetwork/js-ceramic.git"
  },
  "bugs": {
    "url": "https://github.com/ceramicnetwork/js-ceramic/issues"
  },
  "homepage": "https://github.com/ceramicnetwork/js-ceramic#readme",
  "license": "(Apache-2.0 OR MIT)",
  "directories": {
    "lib": "./lib"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "files": [
    "lib"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent --coverage",
    "build": "npx tsc --project tsconfig.json",
    "prepublishOnly": "npm run build",
    "prebuild": "npm run clean",
    "lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx",
    "clean": "npx rimraf ./lib"
  },
  "dependencies": {
    "@ceramicnetwork/common": "^6.4.0",
    "@ceramicnetwork/stream-handler-common": "^5.4.0",
    "@ceramicnetwork/stream-tile": "^6.4.0",
    "@ceramicnetwork/streamid": "^5.6.0",
    "ajv": "^8.8.2",
    "ajv-formats": "^2.1.1",
    "fast-json-patch": "^3.1.0",
    "least-recent": "^1.0.3",
    "lodash.clonedeep": "^4.5.0",
    "uint8arrays": "^5.0.1"
  },
  "devDependencies": {
    "@ceramicnetwork/common-test-utils": "^4.4.0",
    "@ceramicnetwork/did-test-utils": "^4.4.0",
    "@didtools/cacao": "^3.0.0",
    "@ipld/dag-cbor": "^7.0.0",
    "@stablelib/sha256": "^1.0.1",
    "@types/lodash.clonedeep": "^4.5.6",
    "dids": "^5.0.0",
    "multiformats": "~13.1.3"
  },
  "gitHead": "a342f204dfcc0952aa691249e17d09d53af35036"
}
