{
  "name": "@devroyale/protocol",
  "version": "1.0.2",
  "description": "TypeScript SDK for Royale Protocol - Decentralized Timelock Encryption Infrastructure for Web3",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "web3",
    "blockchain",
    "ethereum",
    "timelock",
    "encryption",
    "inheritance",
    "dead-man-switch",
    "shamir-secret-sharing",
    "ipfs",
    "base"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-username/Royale-Protocol.git",
    "directory": "packages/sdk"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "ethers": "^6.9.0",
    "secrets.js-grempe": "^2.0.0",
    "buffer": "^6.0.3",
    "form-data": "^4.0.0"
  },
  "optionalDependencies": {
    "ipfs-http-client": "^60.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.2",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.8"
  },
  "peerDependencies": {
    "ethers": "^6.0.0"
  }
}
