{
  "name": "mind-hubs-sdk",
  "version": "1.0.1",
  "description": "Typescript SDK to interact with MIND Hub Framework",
  "files": [
    "dist",
    "README.md"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "abi": "typechain --target ethers-v6 --out-dir ./src/typechain ./src/abi/*"
  },
  "keywords": [
    "Mind Network",
    "FHE"
  ],
  "author": "Mind Network",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mind-network/mind-sdk-hubs-ts"
  },
  "devDependencies": {
    "@typechain/ethers-v6": "^0.5.1",
    "@types/node": "^22.10.5",
    "typechain": "^8.3.2",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "ethers": "^6.13.5",
    "pino": "^9.6.0"
  }
}