{
  "name": "@ceramicnetwork/3id-did-resolver",
  "version": "6.4.0",
  "description": "DID Resolver for the 3ID method",
  "keywords": [
    "Ceramic",
    "DID",
    "identity",
    "Data"
  ],
  "author": "Joel Torstensson <oed3933@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/common": "^6.4.0",
    "@ceramicnetwork/stream-tile": "^6.4.0",
    "@ceramicnetwork/streamid": "^5.6.0",
    "least-recent": "^1.0.3",
    "multiformats": "~13.1.3",
    "uint8arrays": "^5.0.1"
  },
  "devDependencies": {
    "@ceramicnetwork/http-client": "^6.4.0",
    "did-resolver": "^4.0.1",
    "http-request-mock": "^1.8.17"
  },
  "gitHead": "a342f204dfcc0952aa691249e17d09d53af35036"
}
