{
  "name": "@ayanworks/polygon-did-resolver",
  "version": "1.0.3",
  "description": "The polygon resolver library is used for resolving DID’s in Polygon Method Space. The module is supposed to be used as an integeration to polygon library.",
  "files": [
    "build"
  ],
  "exports": {
    ".": "./build/index.mjs",
    "./package.json": "./package.json"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/ayanworks/polygon-did-modules/tree/main/packages/did-resolver",
  "repository": {
    "type": "git",
    "url": "https://github.com/ayanworks/polygon-did-modules",
    "directory": "packages/did-resolver"
  },
  "dependencies": {
    "did-resolver": "^4.1.0",
    "ethers": "^6.16.0",
    "@ayanworks/polygon-did-registry-contract": "4.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.19.25",
    "typescript": "~5.9.3",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "build": "tsdown --config-loader unconfig",
    "clean": "rm -rf build",
    "test": "vitest run"
  },
  "types": "./build/index.d.mts",
  "module": "./build/index.mjs"
}