{
  "name": "@fishjam-cloud/react-client",
  "version": "0.29.0",
  "description": "React client library for Fishjam",
  "license": "Apache-2.0",
  "author": "Fishjam Team",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fishjam-cloud/web-client-sdk.git",
    "directory": "packages/react-client"
  },
  "homepage": "https://github.com/fishjam-cloud/web-client-sdk#readme",
  "bugs": "https://github.com/fishjam-cloud/web-client-sdk/issues",
  "keywords": [
    "webrtc",
    "fishjam"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./debug": {
      "import": "./dist/debug.js",
      "types": "./dist/debug.d.ts"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "e2e": "NODE_OPTIONS=--dns-result-order=ipv4first playwright test",
    "test": "vitest run",
    "tsc": "tsc --noEmit",
    "docs": "typedoc src src/experimental",
    "format": "prettier --write . --ignore-path ./.eslintignore",
    "format:check": "prettier --check . --ignore-path ./.eslintignore",
    "lint": "eslint . --ext .ts,.tsx --fix",
    "lint:check": "eslint . --ext .ts,.tsx",
    "prepack": "yarn workspace @fishjam-cloud/ts-client build && yarn build"
  },
  "peerDependencies": {
    "react": "^19.1.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.51.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.3.0",
    "@types/events": "^3.0.3",
    "@types/lodash.isequal": "^4.5.8",
    "@types/node": "^22.14.0",
    "@types/react": "19.1.0",
    "fake-mediastreamtrack": "^2.0.0",
    "jsdom": "^26.0.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "typed-emitter": "^2.1.0",
    "typedoc": "^0.28.2",
    "typedoc-plugin-mdn-links": "^5.0.1",
    "typescript": "^5.8.3",
    "vitest": "^3.1.1"
  },
  "dependencies": {
    "@fishjam-cloud/ts-client": "0.29.0",
    "events": "3.3.0",
    "lodash.isequal": "4.5.0"
  },
  "directories": {
    "example": "examples"
  },
  "packageManager": "yarn@4.16.0",
  "lint-staged": {
    "*": [
      "yarn format"
    ],
    "*.(js|ts|tsx)": [
      "yarn lint"
    ]
  }
}