{
  "name": "@ayanworks/polygon-did-registry-contract",
  "version": "4.0.1",
  "description": "Smart Contract to register DID on Polygon",
  "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-registry-contract",
  "repository": {
    "type": "git",
    "url": "https://github.com/ayanworks/polygon-did-modules",
    "directory": "packages/did-registry-contract"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-ethers": "^3.0.8",
    "@nomicfoundation/hardhat-verify": "^2.0.12",
    "@openzeppelin/hardhat-upgrades": "^3.6.0",
    "@types/node": "^20.19.25",
    "ethers": "^6.16.0",
    "hardhat": "^2.22.0",
    "ts-node": "^10.9.2",
    "typescript": "~5.9.3",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "compile:sol": "hardhat compile",
    "build": "pnpm compile:sol && tsdown --config-loader unconfig",
    "deploy": "hardhat run scripts/deploy.ts --network amoy",
    "test": "pnpm compile:sol && vitest run"
  },
  "types": "./build/index.d.mts",
  "module": "./build/index.mjs"
}