{
  "name": "@sentry-internal/rrweb-snapshot",
  "version": "2.43.0",
  "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
  "scripts": {
    "typings:downlevel": "downlevel-dts dist dist/ts3.8 --to ts3.8",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:update": "vitest run --update",
    "dev": "vite build --watch",
    "build": "yarn run check-types && vite build",
    "build:tarball": "npm pack",
    "check-types": "tsc --noEmit",
    "prepack": "yarn run build && yarn run typings:downlevel",
    "lint": "yarn eslint src"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rrweb-io/rrweb.git"
  },
  "keywords": [
    "rrweb",
    "snapshot",
    "DOM"
  ],
  "main": "./dist/rrweb-snapshot.umd.cjs",
  "module": "./dist/rrweb-snapshot.js",
  "unpkg": "./dist/rrweb-snapshot.umd.cjs",
  "typings": "dist/index.d.ts",
  "typesVersions": {
    "<3.9": {
      "dist/index.d.ts": [
        "dist/index/ts3.8/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/rrweb-snapshot.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/rrweb-snapshot.umd.cjs"
      }
    }
  },
  "files": [
    "dist",
    "package.json"
  ],
  "author": "yanzhen@smartx.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rrweb-io/rrweb/issues"
  },
  "homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
  "devDependencies": {
    "@types/jsdom": "^20.0.0",
    "@types/node": "^18.15.11",
    "cross-env": "^5.2.0",
    "downlevel-dts": "https://github.com/getsentry/downlevel-dts",
    "puppeteer": "^24.0.0",
    "ts-node": "^7.0.1",
    "tslib": "^1.9.3",
    "typescript": "^4.7.3",
    "vite": "^6.4.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4"
  }
}
