{
  "name": "@reservoir0x/relay-verifier-sdk",
  "version": "0.0.25",
  "description": "Relay protocol verifier SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/reservoirprotocol/relay-verifier-sdk",
  "author": "Uneven Labs",
  "license": "MIT",
  "scripts": {
    "build": "tsc -b",
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "prepublishOnly": "yarn clean && yarn build",
    "start": "node ./dist/index.js",
    "test": "(kill-port 8545); (anvil >/dev/null 2>&1 &) && (sleep 3s) && (hardhat test --network local); (kill-port 8545)"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-ethers": "^3.0.8",
    "@types/chai": "^4.3.19",
    "@types/mocha": "^10.0.8",
    "@types/node": "^22.5.5",
    "chai": "4.5.0",
    "dotenv": "^16.4.5",
    "hardhat": "^2.22.17",
    "kill-port": "^2.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "@solana/spl-memo": "^0.2.5",
    "@solana/web3.js": "^1.95.5",
    "axios": "^1.7.9",
    "bs58": "^6.0.0",
    "ethers": "^6.13.2"
  },
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "access": "public"
  }
}
