{
  "name": "@flamioai/web-sdk",
  "version": "0.7.0",
  "description": "Lightweight SDK for continuous UX session recording on production sites",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DmitriiLevchenko/flamioai.git",
    "directory": "packages/flamio-web-sdk"
  },
  "keywords": [
    "ux",
    "analytics",
    "session-recording",
    "rrweb",
    "monitoring"
  ],
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/flamio-web-sdk.umd.cjs",
  "module": "dist/flamio-web-sdk.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/flamio-web-sdk.js",
      "require": "./dist/flamio-web-sdk.umd.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "dev": "vite build --watch"
  },
  "dependencies": {
    "rrweb": "2.0.1",
    "web-vitals": "^5.3.0"
  },
  "devDependencies": {
    "@rrweb/types": "2.0.1",
    "terser": "^5.0.0",
    "typescript": "~5.7.2",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^4.0.0"
  }
}
