{
  "name": "@whereby.com/browser-sdk",
  "version": "3.19.17",
  "description": "Modules for integration Whereby video in web apps",
  "author": "Whereby AS",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/whereby/sdk.git",
    "directory": "packages/browser-sdk"
  },
  "browserslist": "> 0.5%, last 2 versions, not dead",
  "source": "src/index.js",
  "exports": {
    "./react": {
      "import": "./dist/react/index.esm.js",
      "types": "./dist/react/index.d.ts",
      "require": "./dist/react/index.cjs",
      "default": "./dist/react/index.esm.js"
    },
    "./embed": {
      "import": "./dist/embed/index.esm.js",
      "types": "./dist/embed/index.d.ts",
      "require": "./dist/embed/index.cjs",
      "default": "./dist/embed/index.esm.js"
    }
  },
  "typesVersions": {
    "*": {
      "react": [
        "dist/react/index.d.ts"
      ],
      "embed": [
        "dist/embed/index.d.ts"
      ]
    }
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.cjs"
  ],
  "devDependencies": {
    "@storybook/addon-links": "^9.0.16",
    "@storybook/builder-vite": "^9.0.16",
    "@storybook/react-vite": "^9.0.16",
    "@testing-library/react": "^14.0.0",
    "@types/runes": "^0.4.3",
    "@vitejs/plugin-react": "^4.2.1",
    "deep-object-diff": "^1.1.9",
    "dotenv": "^16.4.5",
    "dotenv-run-script": "^0.4.1",
    "lit-html": "^2.5.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-hot-toast": "^2.4.1",
    "rimraf": "^5.0.5",
    "storybook": "^9.0.16",
    "tslib": "^2.4.1",
    "uuid": "^9.0.1",
    "vite": "^5.0.13",
    "yalc": "^1.0.0-pre.53",
    "eslint": "^9.29.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "eslint-plugin-storybook": "9.0.16",
    "@storybook/addon-docs": "^9.0.16",
    "@whereby.com/eslint-config": "0.1.0",
    "@whereby.com/jest-config": "0.1.0",
    "@whereby.com/prettier-config": "0.1.0",
    "@whereby.com/rollup-config": "0.1.1",
    "@whereby.com/tsconfig": "0.1.0",
    "@whereby.com/camera-effects": "1.1.1"
  },
  "dependencies": {
    "@radix-ui/react-popover": "^1.0.7",
    "@whereby.com/media": "8.0.11",
    "@whereby.com/core": "1.9.17",
    "clsx": "^2.1.1",
    "heresy": "^1.0.4",
    "runes": "^0.4.3"
  },
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "resolutions": {
    "string-width": "^4",
    "jackspeak": "2.1.1",
    "wrap-ansi": "7.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "prettier": "@whereby.com/prettier-config",
  "scripts": {
    "clean": "rimraf dist node_modules .turbo",
    "prebuild": "rimraf dist",
    "build": "rollup -c rollup.config.js",
    "build:storybook": "storybook build",
    "dev": "storybook dev -p 6006",
    "test": "pnpm test:lint && pnpm test:unit",
    "test:lint": "eslint src/",
    "test:unit": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js",
    "test:unit:watch": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --watch",
    "test:attw": "attw --pack . -f table --ignore-rules fallback-condition unexpected-module-syntax",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  }
}