{
  "name": "@notabene/verify-proof",
  "version": "1.11.0",
  "description": "Verify ownership proofs",
  "source": "src/index.ts",
  "type": "module",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "author": "Pelle Braendgaard",
  "license": "Apache-2.0",
  "packageManager": "yarn@4.6.0",
  "files": [
    "dist",
    "src",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build:dev": "yarn build && yarn dev",
    "build:clean": "rm -rf dist",
    "build": "microbundle",
    "lint": "eslint ./src",
    "test:unit": "vitest",
    "test:coverage": "vitest --coverage"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/gitlab": "^13.2.4",
    "@semantic-release/npm": "^12.0.1",
    "eslint": "^9.20.1",
    "globals": "^15.15.0",
    "microbundle": "^0.15.1",
    "semantic-release": "^24.2.3",
    "tronweb": "^6.0.0",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.24.1",
    "vite": "^5.4.11",
    "vitest": "^2.0.5"
  },
  "dependencies": {
    "@cardano-foundation/cardano-verify-datasignature": "^1.0.11",
    "@cosmjs/amino": "^0.34.0",
    "@noble/curves": "^1.7.0",
    "@notabene/javascript-sdk": "2.11.0-next.2",
    "@scure/base": "^1.2.1",
    "@stellar/stellar-sdk": "^13.1.0",
    "bip322-js": "^2.0.0",
    "ox": "^0.2.2",
    "tweetnacl": "^1.0.3",
    "varuint-bitcoin": "^2.0.0",
    "xrpl": "^4.2.5"
  }
}