{
  "name": "@amplitude/rrweb-replay",
  "version": "2.1.3",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "rrweb",
    "@rrweb/replay"
  ],
  "homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/replay#readme",
  "bugs": {
    "url": "https://github.com/rrweb-io/rrweb/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amplitude/rrweb.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/rrweb-replay.cjs",
  "module": "./dist/rrweb-replay.js",
  "unpkg": "./dist/rrweb-replay.umd.cjs",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/rrweb-replay.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/rrweb-replay.cjs"
      }
    },
    "./dist/style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "devDependencies": {
    "puppeteer": "^20.9.0",
    "typescript": "^5.4.5",
    "vite": "^6",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^1.4.0"
  },
  "dependencies": {
    "@amplitude/rrweb": "^2.1.3",
    "@amplitude/rrweb-types": "^2.1.2"
  },
  "browserslist": [
    "supports es6-class"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "turbo run prepublish",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "check-types": "tsc -noEmit",
    "prepublish": "tsc -noEmit && vite build",
    "lint": "eslint src/**/*.ts"
  }
}