{
  "name": "@ceramicnetwork/stream-caip10-link-handler",
  "version": "6.4.0",
  "description": "Ceramic AccountLink stream handler",
  "keywords": [
    "ceramic",
    "account-link",
    "caip10"
  ],
  "author": "Janko Simonovic <simonovic86@gmail.com>",
  "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)",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "directories": {
    "lib": "./lib"
  },
  "files": [
    "lib"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --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/blockchain-utils-validation": "^6.4.0",
    "@ceramicnetwork/common": "^6.4.0",
    "@ceramicnetwork/stream-caip10-link": "^6.4.0",
    "@ceramicnetwork/stream-handler-common": "^5.4.0"
  },
  "devDependencies": {
    "@ceramicnetwork/common-test-utils": "^4.4.0",
    "@stablelib/sha256": "^1.0.1",
    "@types/lodash.clonedeep": "^4.5.6",
    "lodash.clonedeep": "^4.5.0",
    "multiformats": "~13.1.3",
    "uint8arrays": "^5.0.1"
  },
  "gitHead": "a342f204dfcc0952aa691249e17d09d53af35036"
}
