{
  "name": "@heycatch/sdk",
  "version": "0.7.0",
  "description": "HeyCatch SDK",
  "keywords": [
    "analytics",
    "sdk"
  ],
  "homepage": "https://heycatch.ai",
  "bugs": {
    "url": "https://github.com/White-Digital-Company/heycatch/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/White-Digital-Company/heycatch.git",
    "directory": "packages/sdk"
  },
  "license": "MIT",
  "sideEffects": [
    "./dist/index.js",
    "./dist/index.cjs"
  ],
  "type": "module",
  "exports": {
    ".": {
      "react-native": {
        "types": "./dist/react-native.d.ts",
        "import": "./dist/react-native.js",
        "require": "./dist/react-native.cjs"
      },
      "browser": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js",
        "require": "./dist/index.cjs"
      },
      "node": {
        "types": "./dist/server.d.ts",
        "import": "./dist/server.js",
        "require": "./dist/server.cjs"
      },
      "default": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js",
        "require": "./dist/index.cjs"
      }
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.js",
      "require": "./dist/server.cjs"
    },
    "./react-native": {
      "types": "./dist/react-native.d.ts",
      "import": "./dist/react-native.js",
      "require": "./dist/react-native.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*.js",
    "dist/*.cjs",
    "dist/*.d.ts",
    "dist/*.d.cts",
    "README.md",
    "LICENSE",
    "THIRD-PARTY-LICENSES.md"
  ],
  "dependencies": {
    "posthog-react-native": "^4.61.1"
  },
  "peerDependencies": {
    "expo-router": "*",
    "react": "^18.2.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "expo-router": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
