{
  "name": "@sailfish-rrweb/rrweb",
  "version": "0.5.11",
  "publishConfig": {
    "access": "public"
  },
  "description": "record and replay the web",
  "scripts": {
    "dev": "vite build --watch",
    "build": "yarn turbo run prepublish",
    "check-types": "tsc -noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublish": "tsc -noEmit && vite build",
    "lint": "yarn eslint src/**/*.ts"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
  },
  "keywords": [
    "@sailfish-rrweb/rrweb"
  ],
  "main": "./dist/rrweb.umd.cjs",
  "module": "./dist/rrweb.js",
  "unpkg": "./dist/rrweb.umd.cjs",
  "typings": "dist/rrweb.d.ts",
  "exports": {
    ".": {
      "import": "./dist/rrweb.js",
      "require": "./dist/rrweb.cjs"
    },
    "./utils": {
      "import": "./dist/utils.esm.js",
      "require": "./dist/utils.cjs.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "sideEffects": false,
  "author": "yanzhen@smartx.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rrweb-io/rrweb/issues"
  },
  "homepage": "https://github.com/rrweb-io/rrweb#readme",
  "devDependencies": {
    "@types/dom-mediacapture-transform": "0.1.4",
    "@types/inquirer": "^8.2.1",
    "@types/jest-image-snapshot": "^6.1.0",
    "@types/node": "^18.15.11",
    "@types/offscreencanvas": "^2019.6.4",
    "@types/w3c-web-hid": "^1.0.6",
    "@types/w3c-web-usb": "^1.0.10",
    "@types/web-bluetooth": "^0.0.20",
    "construct-style-sheets-polyfill": "^3.1.0",
    "fast-mhtml": "^1.1.9",
    "identity-obj-proxy": "^3.0.0",
    "ignore-styles": "^5.0.1",
    "inquirer": "^9.0.0",
    "jest-image-snapshot": "^6.2.0",
    "puppeteer": "^20.9.0",
    "simple-peer-light": "^9.10.0",
    "ts-node": "^10.9.1",
    "tslib": "^2.3.1",
    "typescript": "^5.4.5",
    "vite": "^5.3.1",
    "vite-plugin-dts": "^3.9.1"
  },
  "dependencies": {
    "@sailfish-rrweb/rrdom": "^0.5.11",
    "@sailfish-rrweb/rrweb-snapshot": "^0.5.11",
    "@sailfish-rrweb/types": "^0.5.11",
    "@types/css-font-loading-module": "0.0.7",
    "@xstate/fsm": "^1.4.0",
    "base64-arraybuffer": "^1.0.1",
    "mitt": "^3.0.0"
  },
  "gitHead": "b6810a7c8c6ccb9c36ac9c7a71957286a0764b03"
}
