{
  "name": "@xsolla/xui-button",
  "version": "0.209.1",
  "main": "./web/index.js",
  "module": "./web/index.mjs",
  "types": "./web/index.d.ts",
  "scripts": {
    "build": "yarn build:web && yarn build:native",
    "build:web": "PLATFORM=web tsup",
    "build:native": "PLATFORM=native tsup",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@xsolla/xui-core": "0.209.1",
    "@xsolla/xui-icons": "0.209.1",
    "@xsolla/xui-primitives-core": "0.209.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "styled-components": ">=4"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^14.1.2",
    "@vitest/coverage-v8": "^4.0.18",
    "jsdom": "^24.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "tsup": "^8.0.0",
    "vitest": "^4.0.18"
  },
  "license": "MIT",
  "sideEffects": false,
  "react-native": "./native/index.js",
  "exports": {
    ".": {
      "react-native": {
        "types": "./native/index.d.ts",
        "import": "./native/index.mjs",
        "require": "./native/index.js"
      },
      "import": {
        "types": "./web/index.d.ts",
        "default": "./web/index.mjs"
      },
      "require": {
        "types": "./web/index.d.ts",
        "default": "./web/index.js"
      },
      "default": {
        "types": "./web/index.d.ts",
        "default": "./web/index.js"
      }
    }
  }
}