@sentry-internal/rrweb
Version:
record and replay the web
122 lines (121 loc) • 3.65 kB
JSON
{
"name": "@sentry-internal/rrweb",
"version": "2.43.0",
"description": "record and replay the web",
"scripts": {
"retest": "vitest run --exclude test/benchmark",
"build-and-test": "yarn build && yarn retest",
"test:headless": "PUPPETEER_HEADLESS=true yarn build-and-test",
"test:headful": "PUPPETEER_HEADLESS=false yarn build-and-test",
"test": "yarn test:headless",
"test:watch": "yarn build && PUPPETEER_HEADLESS=true yarn vitest --exclude test/benchmark",
"test:update": "yarn test:headless --update",
"retest:update": "PUPPETEER_HEADLESS=true yarn retest --update",
"repl": "yarn build && node scripts/repl.js",
"live-stream": "yarn build && node scripts/stream.js",
"dev": "vite build --watch",
"build": "yarn run check-types && vite build",
"build:tarball": "npm pack",
"typings:downlevel": "downlevel-dts dist dist/ts3.8 --to ts3.8",
"check-types": "tsc --noEmit",
"prepack": "yarn run build && yarn run typings:downlevel",
"lint": "yarn eslint src",
"benchmark": "vitest run --maxConcurrency 1 --no-file-parallelism test/benchmark"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
},
"keywords": [
"rrweb"
],
"main": "./dist/rrweb.umd.cjs",
"module": "./dist/rrweb.js",
"unpkg": "./dist/rrweb.umd.cjs",
"typings": "dist/rrweb.d.ts",
"typesVersions": {
"<3.9": {
"canvas-manager": [
"dist/ts3.8/canvas-manager.d.ts"
],
"dist/rrweb.d.ts": [
"dist/ts3.8/rrweb.d.ts"
],
"dist/canvas-manager.d.ts": [
"dist/ts3.8/canvas-manager.d.ts"
]
},
"*": {
"canvas-manager": [
"dist/canvas-manager.d.ts"
]
}
},
"exports": {
".": {
"import": {
"types": "./dist/rrweb.d.ts",
"default": "./dist/rrweb.js"
},
"require": {
"types": "./dist/rrweb.d.cts",
"default": "./dist/rrweb.cjs"
}
},
"./canvas-manager": {
"import": {
"types": "./dist/canvas-manager.d.ts",
"default": "./dist/canvas-manager.js"
},
"require": {
"types": "./dist/canvas-manager.d.cts",
"default": "./dist/canvas-manager.cjs"
}
},
"./dist/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": {
"@sentry-internal/rrweb-worker": "2.43.0",
"@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",
"construct-style-sheets-polyfill": "^3.1.0",
"cross-env": "^5.2.0",
"downlevel-dts": "https://github.com/getsentry/downlevel-dts",
"identity-obj-proxy": "^3.0.0",
"ignore-styles": "^5.0.1",
"inquirer": "^9.0.0",
"jest-image-snapshot": "^6.2.0",
"puppeteer": "^24.0.0",
"simple-peer-light": "^9.10.0",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
"typescript": "^4.7.3",
"vite": "^6.4.2",
"vite-plugin-dts": "^4.5.4"
},
"dependencies": {
"@sentry-internal/rrdom": "2.43.0",
"@sentry-internal/rrweb-snapshot": "2.43.0",
"@sentry-internal/rrweb-types": "2.43.0",
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
"fflate": "^0.4.4",
"mitt": "^3.0.0"
}
}