{
  "name": "@azuro-org/sdk",
  "version": "7.5.0",
  "description": "One-stop solution for building betting dApps on the Azuro Protocol.",
  "author": "Azuro",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "sideEffects": true,
  "engines": {
    "node": ">=22.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azuro-protocol/sdk.git"
  },
  "homepage": "https://github.com/Azuro-protocol/sdk#readme",
  "bugs": {
    "url": "https://github.com/Azuro-protocol/sdk/issues"
  },
  "keywords": [
    "azuro",
    "azuro-protocol",
    "sdk",
    "react",
    "dapps"
  ],
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "prepublishOnly": "npm run build",
    "------------------  Lint --------------------------------------------------------------------------------": "",
    "lint-fix": "eslint ./src --fix",
    "lint-ts": "tsc --noEmit"
  },
  "peerDependencies": {
    "@azuro-org/dictionaries": "^3.0.28",
    "@azuro-org/sdk-social-aa-connector": "^1.1.9 || ^2.0.2",
    "@tanstack/react-query": "^5",
    "graphql": "^16.11.0",
    "react": "^19",
    "viem": "^2.37.4",
    "wagmi": "^2.16.9 || ^3"
  },
  "peerDependenciesMeta": {
    "@azuro-org/sdk-social-aa-connector": {
      "optional": true
    }
  },
  "devDependencies": {
    "wagmi": "3.6.16",
    "@azuro-org/sdk-social-aa-connector": "^2.0.2",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/react": "^19.1.5",
    "@typescript-eslint/eslint-plugin": "^8.59.3",
    "eslint": "^9.39.4",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "rimraf": "^6.1.3",
    "rollup": "^4.59.0",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.59.3"
  },
  "dependencies": {
    "@azuro-org/toolkit": "^6.4.0",
    "graphql-tag": "^2.12.6"
  }
}
