{
  "name": "connect-did-sdk",
  "version": "0.1.15",
  "description": "A Connect DID Authorization Center SDK that allows any hardware device to become a DID identity authentication device, providing a secure and convenient method for identity verification.",
  "author": "Leonx.bit <https://github.com/tianxiemaochiyu>",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clear": "rm -rf ./lib/ ./lib.esm/",
    "build": "npm run clear && npm run build:esm && npm run build:commonjs",
    "build:commonjs": "tsc -p tsconfig.build.json",
    "build:esm": "tsc -p tsconfig.build.esm.json",
    "prepublishOnly": "npm run build"
  },
  "main": "lib/index.js",
  "module": "lib.esm/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "DID",
    "Decentralized Identity",
    "web3",
    "blockchain",
    "dotbit",
    ".bit",
    "d.id"
  ],
  "files": [
    "lib",
    "lib.esm"
  ],
  "homepage": "https://github.com/dotbitHQ/connect-did-sdk",
  "repository": {
    "type": "git",
    "url": "https://github.com/dotbitHQ/connect-did-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/dotbitHQ/connect-did-sdk/issues"
  },
  "dependencies": {
    "cbor-web": "^9.0.0"
  },
  "devDependencies": {
    "typescript": "^5.1.3"
  }
}
