{
  "name": "@symfoni/ethr-did-resolver",
  "version": "6.2.4",
  "description": "Resolve DID documents for ethereum addresses and public keys",
  "type": "module",
  "source": "src/index.ts",
  "main": "./lib/index.cjs",
  "module": "./lib/index.module.js",
  "unpkg": "./lib/index.umd.js",
  "types": "./lib/index.d.ts",
  "umd:main": "./lib/index.umd.js",
  "exports": {
    ".": {
      "require": "./lib/index.cjs",
      "import": "./lib/index.modern.js",
      "types": "./lib/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      "lib/index.d.ts": [
        "lib/index.d.ts"
      ],
      "*": [
        "./lib/index.d.js"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:decentralized-identity/ethr-did-resolver.git"
  },
  "files": [
    "lib",
    "src",
    "LICENSE"
  ],
  "author": "Pelle Braendgaard",
  "contributors": [
    "Mircea Nistor <mircea.nistor@mesh.xyz>"
  ],
  "license": "Apache-2.0",
  "keywords": [
    "did:ethr",
    "DID",
    "DID document",
    "PKI",
    "resolver",
    "Verifiable Credential",
    "W3C",
    "ethereum",
    "ethereumAddress",
    "blockchainAccountId",
    "registry",
    "EIP1056",
    "EcdsaSecp256k1RecoveryMethod2020",
    "EcdsaSecp256k1VerificationKey2019",
    "Ed25519VerificationKey2018"
  ],
  "scripts": {
    "test": "jest",
    "test:ci": "jest --coverage",
    "build": "microbundle --compress=false",
    "format": "prettier --write \"src/**/*.[jt]s\"",
    "lint": "eslint --ignore-pattern \"src/**/*.test.[jt]s\" \"src/**/*.[jt]s\"",
    "prepublishOnly": "yarn test:ci && yarn format && yarn lint",
    "release": "semantic-release --debug"
  },
  "jest": {
    "clearMocks": true,
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}",
      "!src/**/*.d.ts",
      "!**/node_modules/**",
      "!**/__tests__/**"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/**/*.test.[jt]s"
    ]
  },
  "devDependencies": {
    "@babel/core": "7.19.3",
    "@babel/preset-env": "7.19.3",
    "@babel/preset-typescript": "7.18.6",
    "@ethersproject/strings": "5.6.1",
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/git": "10.0.1",
    "@types/jest": "29.1.1",
    "@typescript-eslint/eslint-plugin": "5.38.1",
    "@typescript-eslint/parser": "5.38.1",
    "babel-jest": "29.1.2",
    "eslint": "8.24.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-jest": "27.0.4",
    "eslint-plugin-prettier": "4.2.1",
    "ganache": "7.4.3",
    "jest": "29.1.2",
    "microbundle": "0.15.1",
    "prettier": "2.7.1",
    "semantic-release": "19.0.5",
    "typescript": "4.8.4"
  },
  "dependencies": {
    "@ethersproject/abi": "^5.6.3",
    "@ethersproject/abstract-signer": "^5.6.2",
    "@ethersproject/address": "^5.6.1",
    "@ethersproject/basex": "^5.6.1",
    "@ethersproject/bignumber": "^5.6.2",
    "@ethersproject/bytes": "^5.6.1",
    "@ethersproject/contracts": "^5.6.2",
    "@ethersproject/keccak256": "^5.6.1",
    "@ethersproject/providers": "^5.6.8",
    "@ethersproject/signing-key": "^5.6.2",
    "@ethersproject/transactions": "^5.6.2",
    "did-resolver": "^4.0.0"
  }
}
