{
  "_from": "@laravel/echo-react@^2.3.1",
  "_id": "@laravel/echo-react@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-rNPB1BOyJwz+CqtUR6/ImNebE3v1dhRJarZMO8k7gsc9Wji0bht3ASEQ04RhSArLKULeM/UdZmyPCp2NtkOp5Q==",
  "_location": "/@laravel/echo-react",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@laravel/echo-react@^2.3.1",
    "name": "@laravel/echo-react",
    "escapedName": "@laravel%2fecho-react",
    "scope": "@laravel",
    "rawSpec": "^2.3.1",
    "saveSpec": null,
    "fetchSpec": "^2.3.1"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/@laravel/echo-react/-/echo-react-2.3.1.tgz",
  "_shasum": "9a0cdd6eddc28e3776944a62a31db485f5bd1edd",
  "_spec": "@laravel/echo-react@^2.3.1",
  "_where": "/Users/gastoenock/Desktop/Laravel/ttsl-ai",
  "author": {
    "name": "Taylor Otwell"
  },
  "bugs": {
    "url": "https://github.com/laravel/echo/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "React hooks for seamless integration with Laravel Echo.",
  "devDependencies": {
    "@babel/core": "^7.26.7",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@babel/plugin-proposal-function-sent": "^7.25.9",
    "@babel/plugin-proposal-throw-expressions": "^7.25.9",
    "@babel/plugin-transform-export-namespace-from": "^7.25.9",
    "@babel/plugin-transform-numeric-separator": "^7.25.9",
    "@babel/plugin-transform-object-assign": "^7.25.9",
    "@babel/preset-env": "^7.26.7",
    "@eslint-react/eslint-plugin": "^2.5.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^14.3.1",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/node": "^20.0.0",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "@typescript-eslint/eslint-plugin": "^8.21.0",
    "@typescript-eslint/parser": "^8.21.0",
    "eslint": "^9.0.0",
    "eslint-plugin-react-hooks": "^7.0.1",
    "jsdom": "^26.1.0",
    "laravel-echo": "^2.3.1",
    "prettier": "^3.5.3",
    "pusher-js": "^8.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "socket.io-client": "^4.0",
    "tslib": "^2.8.1",
    "typescript": "^5.7.0",
    "vite": "^6.3.3",
    "vite-plugin-dts": "^4.5.3",
    "vitest": "^3.1.2"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.common.js"
    }
  },
  "homepage": "https://github.com/laravel/echo/tree/2.x/packages/react",
  "keywords": [
    "laravel",
    "pusher",
    "ably",
    "react"
  ],
  "license": "MIT",
  "main": "dist/index.common.js",
  "module": "dist/index.js",
  "name": "@laravel/echo-react",
  "overrides": {
    "glob": "^9.0.0"
  },
  "peerDependencies": {
    "pusher-js": "*",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "socket.io-client": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laravel/echo.git"
  },
  "scripts": {
    "build": "vite build && FORMAT=iife vite build",
    "dev": "vite dev",
    "format": "prettier --write .",
    "lint": "eslint --config eslint.config.mjs \"src/**/*.ts\"",
    "prepublish": "pnpm run build",
    "release": "vitest --run && pnpm publish --no-git-checks",
    "test": "vitest"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "socket.io-client": [],
      "pusher-js": []
    }
  },
  "version": "2.3.1"
}
