{
  "name": "@reclaimprotocol/crypto-sdk",
  "version": "1.4.0",
  "description": "Crypto SDK to handle all crypto related operations for reclaim protocol",
  "main": "build/index.js",
  "scripts": {
    "test": "jest",
    "build": "npm exec tsc",
    "prepare": "npm run build"
  },
  "keywords": [
    "crypto"
  ],
  "author": "Alex E",
  "license": "ISC",
  "dependencies": {
    "ethers": "^5.7.2",
    "futoin-hkdf": "^1.5.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^18.16.19",
    "jest": "^29.6.1",
    "ts-jest": "^29.1.1",
    "typescript": "^4.9.5"
  }
}
