{
  "name": "@tuwaio/quasar-sdk",
  "version": "0.1.7",
  "private": false,
  "author": "Oleksandr Tkach",
  "license": "Apache-2.0",
  "description": "Layer 5 (L5) of the TUWA Ecosystem. The Quasar Cloud SDK providing server-side Node.js & Edge utilities for transaction indexing, billing, and backend API integration.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "socket.json"
  ],
  "keywords": [
    "tuwa",
    "web3",
    "evm",
    "ethereum",
    "solana",
    "wagmi",
    "viem",
    "gill",
    "wallet-standard",
    "wallet",
    "wallet-connect",
    "wallets",
    "transaction",
    "tracking",
    "transaction-tracking",
    "react",
    "ui",
    "ui-kit",
    "design-system",
    "hooks",
    "utils",
    "components",
    "tailwind",
    "tailwindcss",
    "typescript",
    "core",
    "headless",
    "zustand",
    "immer",
    "i18n",
    "modal",
    "toast",
    "quasar",
    "cloud",
    "sdk",
    "next-auth",
    "cosmos",
    "playground",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TuwaIO/sdk.git",
    "directory": "packages/quasar-sdk"
  },
  "homepage": "https://github.com/TuwaIO/sdk",
  "bugs": {
    "url": "https://github.com/TuwaIO/sdk/issues"
  },
  "contributors": [
    {
      "name": "Oleksandr Tkach",
      "url": "https://github.com/Argeare5"
    }
  ],
  "peerDependencies": {
    "@tuwaio/pulsar-core": "^0.6.11",
    "ofetch": "^1.5.1",
    "@tuwaio/siwx-react": "^0.2.3",
    "@tuwaio/siwx-core": "^0.2.2",
    "@tuwaio/siwx-server": "^0.2.2"
  },
  "peerDependenciesMeta": {
    "@tuwaio/pulsar-core": {
      "optional": false
    },
    "ofetch": {
      "optional": false
    },
    "@tuwaio/siwx-core": {
      "optional": true
    },
    "@tuwaio/siwx-server": {
      "optional": true
    },
    "@tuwaio/siwx-react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@tuwaio/pulsar-core": "^0.6.12",
    "ofetch": "^1.5.1",
    "tsup": "^8.5.1",
    "typescript": "6.0.3",
    "@tuwaio/siwx-react": "^0.2.3",
    "@tuwaio/siwx-core": "^0.2.2",
    "@tuwaio/siwx-server": "^0.2.2"
  },
  "scripts": {
    "start": "tsup src/index.ts --watch",
    "build": "tsup",
    "test": "node --import tsx --test src/__tests__/*.test.ts"
  }
}