{
  "name": "@reticlehq/browser",
  "version": "3.1.0",
  "description": "Reticle browser SDK — installs observers, builds semantic snapshots, executes actions, talks to the bridge.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@reticlehq/core": "3.1.0"
  },
  "devDependencies": {
    "@iconify-json/heroicons-outline": "^1.2.1",
    "@iconify-json/heroicons-solid": "^1.2.1",
    "@tanstack/query-core": "^5.101.4",
    "esbuild": "^0.28.2",
    "jotai": "^2.20.2",
    "jsdom": "^30.0.1",
    "mobx": "^7.0.3",
    "pinia": "^4.0.3",
    "react": "^19.2.8",
    "recoil": "^0.7.7",
    "svelte": "^5.56.10",
    "valtio": "^2.3.2",
    "vue": "^3.5.41",
    "xstate": "^5.32.5"
  },
  "license": "Apache-2.0",
  "author": "Reticle contributors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reticlehq/reticle.git",
    "directory": "adapters/realm/browser"
  },
  "homepage": "https://github.com/reticlehq/reticle#readme",
  "bugs": "https://github.com/reticlehq/reticle/issues",
  "files": [
    "dist",
    "README.md",
    "NOTICE"
  ],
  "sideEffects": false,
  "keywords": [
    "mcp",
    "ai-agents",
    "testing",
    "instrumentation",
    "observability"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "node scripts/embed-heroicons.mjs && tsc -b && node ../../../scripts/alias-dist.mjs",
    "typecheck": "tsc -b",
    "lint": "eslint src",
    "test:unit": "vitest run src --passWithNoTests",
    "test:coverage": "vitest run src --passWithNoTests --coverage.enabled --coverage.provider=v8 --coverage.reporter=text-summary --coverage.include='src/**/*.ts' --coverage.exclude='src/**/*.test.ts'"
  }
}