{
  "name": "@silentcastle/remote-did-resolver",
  "version": "3.3.0",
  "description": "Resolve DID Document from universal resolver endpoint",
  "keywords": [
    "did",
    "resolver",
    "uniresolver",
    "decentralized identity"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "clean": "./node_modules/.bin/rimraf dist/",
    "prepublishOnly": "pnpm run clean && pnpm run build"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/silentcastle/remote-did-resolver.git"
  },
  "bugs": {
    "url": "https://github.com/silentcastle/remote-did-resolver/issues"
  },
  "dependencies": {
    "cross-fetch": "^3.0.6",
    "@silentcastle/did-util": "^1.1.0"
  },
  "devDependencies": {
    "prettier": "^2.2.0",
    "typescript": "^4.1.2",
    "rimraf": "^3.0.2"
  }
}
