{
  "name": "@originvault/ov-id-sdk",
  "did": "did:cheqd:mainnet:280dd37c-aa96-5e71-8548-5125505a968e",
  "testDid": "did:cheqd:testnet:a43b8c59-b0a1-58f7-a0b8-3b5016db93ff",
  "version": "0.0.17-alpha.12",
  "organization": "originvault",
  "description": "A TypeScript SDK for managing decentralized identities (DIDs) and verifiable credentials (VCs)",
  "main": "./dist/index.js",
  "type": "module",
  "files": [
    "dist/**/*",
    "package.json"
  ],
  "scripts": {
    "build": "npm run clean && tsc --project tsconfig.build.json",
    "tsc": "tsc --project tsconfig.build.json",
    "clean": "rm -rf ./dist/",
    "cm": "cz",
    "lint": "eslint ./src/ --fix",
    "test:watch": "jest --watch",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit",
    "prestart": "npm run tsc",
    "start": "node dist/index.js",
    "sign-release": "npx tsx scripts/sign-release-metadata.js",
    "get-mnemonic": "npx tsx scripts/get-mnemonic.js",
    "resolve-did": "npx tsx scripts/resolve-did.js",
    "create-did": "npx tsx scripts/create-did.js",
    "create-verida-did": "npx tsx scripts/create-verida-did.js",
    "import-did": "npx tsx scripts/import-did.js",
    "create-did-linked-executable": "npx tsx scripts/create-did-linked-executable.js",
    "pre-publish": "npm run build && npm run sign-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OriginVault/ov-id-sdk.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.0"
  },
  "keywords": [
    "DID",
    "well-known"
  ],
  "homepage": "https://www.originvault.box",
  "dependencies": {
    "@cheqd/did-provider-cheqd": "^4.1.1",
    "@cosmjs/proto-signing": "^0.33.0",
    "@cosmjs/tendermint-rpc": "^0.33.1",
    "@noble/ed25519": "^2.2.3",
    "@noble/hashes": "^1.7.1",
    "@polkadot/api": "^15.8.1",
    "@polkadot/keyring": "^13.4.3",
    "@polkadot/util": "^13.4.3",
    "@polkadot/util-crypto": "^13.4.3",
    "@scure/bip39": "^1.5.4",
    "@tgwf/co2": "^0.16.6",
    "@veramo/core": "^6.0.0",
    "@veramo/core-types": "^6.0.0",
    "@veramo/credential-w3c": "^6.0.0",
    "@veramo/data-store": "^6.0.0",
    "@veramo/did-resolver": "^6.0.0",
    "@veramo/kms-local": "^6.0.0",
    "@veramo/remote-server": "^6.0.0",
    "bip39": "^3.1.0",
    "crypto": "^1.0.1",
    "ignore": "^7.0.3",
    "inquirer": "^12.5.0",
    "multiformats": "^13.3.2",
    "node-fetch": "^3.3.2",
    "ora": "^8.2.0",
    "read-package-json-fast": "^4.0.0",
    "tar-stream": "^3.1.7",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@originvault/ov-types": "^0.0.8",
    "@types/bcryptjs": "^2.4.6",
    "@types/express": "^5.0.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.13",
    "@types/uuid": "^10.0.0",
    "eslint": "^9.23.0",
    "eslint-config-prettier": "^ 10.1.1",
    "eslint-plugin-prettier": "^5.2.5",
    "jest": "^29.7.0",
    "lint-staged": "^15.5.0",
    "prettier": "^3.5.3",
    "semantic-release": "^24.2.3",
    "ts-node": "^10.2.1",
    "typescript": "~5.8.2",
    "typescript-eslint": "^8.28.0"
  },
  "lint-staged": {
    "*.ts": "eslint --cache --cache-location .eslintcache --fix"
  },
  "resolutions": {
    "@ethersproject/providers": "5.8.1"
  }
}
