{
  "name": "@pushchain/ui-kit",
  "version": "1.1.33",
  "homepage": "https://push.org",
  "keywords": [
    "pushchain",
    "push",
    "solana",
    "evm",
    "typescript",
    "universal",
    "ui-kit"
  ],
  "repository": "https://github.com/pushchain/push-chain-sdk",
  "authors": [
    "https://github.com/riyanshu-patro"
  ],
  "license": "MIT",
  "dependencies": {
    "@coral-xyz/anchor": "^0.31.1",
    "@metamask/sdk": "^0.32.0",
    "@pushchain/core": "1.1.29",
    "@solana/web3.js": "^1.98.2",
    "@walletconnect/ethereum-provider": "^2.21.5",
    "buffer": "^6.0.3",
    "ethers": "^6.13.5",
    "react": "^18.3.1",
    "react-is": "^19.1.0",
    "styled-components": "^5.3.8",
    "tslib": "^2.3.0",
    "viem": "^2.23.9"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "devDependencies": {
    "@types/react": "^18.3.13",
    "@types/react-is": "^19",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "typescript-eslint": "^8.32.1"
  },
  "scripts": {
    "release:stable": "npx nx run ui-kit:nx-release-publish --otp=1",
    "release:alpha": "npx nx run ui-kit:nx-release-alpha-publish --otp=1"
  }
}
