|  | 
|  | 1 | +{ | 
|  | 2 | +  "name": "@sentry-internal/replay-worker", | 
|  | 3 | +  "version": "7.37.2", | 
|  | 4 | +  "description": "Worker for @sentry/replay", | 
|  | 5 | +  "main": "build/index.js", | 
|  | 6 | +  "module": "build/index.js", | 
|  | 7 | +  "sideEffects": false, | 
|  | 8 | +  "private": true, | 
|  | 9 | +  "scripts": { | 
|  | 10 | +    "build": "yarn build:transpile", | 
|  | 11 | +    "build:transpile": "rollup -c rollup.worker.config.js", | 
|  | 12 | +    "build:types": "yarn build:transpile", | 
|  | 13 | +    "build:dev": "yarn build", | 
|  | 14 | +    "build:watch": "run-p build:transpile:watch", | 
|  | 15 | +    "build:dev:watch": "run-p build:watch", | 
|  | 16 | +    "build:transpile:watch": "yarn build:rollup --watch", | 
|  | 17 | +    "clean": "rimraf build", | 
|  | 18 | +    "fix": "run-s fix:eslint fix:prettier", | 
|  | 19 | +    "fix:eslint": "eslint . --format stylish --fix", | 
|  | 20 | +    "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"", | 
|  | 21 | +    "lint": "run-s lint:prettier lint:eslint", | 
|  | 22 | +    "lint:eslint": "eslint . --format stylish", | 
|  | 23 | +    "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"", | 
|  | 24 | +    "test": "jest", | 
|  | 25 | +    "test:watch": "jest --watch" | 
|  | 26 | +  }, | 
|  | 27 | +  "repository": { | 
|  | 28 | +    "type": "git", | 
|  | 29 | +    "url": "git+https://github.com/getsentry/sentry-javascript.git" | 
|  | 30 | +  }, | 
|  | 31 | +  "author": "Sentry", | 
|  | 32 | +  "license": "MIT", | 
|  | 33 | +  "bugs": { | 
|  | 34 | +    "url": "https://github.com/getsentry/sentry-javascript/issues" | 
|  | 35 | +  }, | 
|  | 36 | +  "homepage": "https://docs.sentry.io/platforms/javascript/session-replay/", | 
|  | 37 | +  "devDependencies": { | 
|  | 38 | +    "@types/pako": "^2.0.0", | 
|  | 39 | +    "rollup-plugin-copy": "~3.4.0", | 
|  | 40 | +    "tslib": "^1.9.3" | 
|  | 41 | +  }, | 
|  | 42 | +  "dependencies": { | 
|  | 43 | +    "pako": "^2.1.0" | 
|  | 44 | +  }, | 
|  | 45 | +  "engines": { | 
|  | 46 | +    "node": ">=12" | 
|  | 47 | +  }, | 
|  | 48 | +  "volta": { | 
|  | 49 | +    "extends": "../../package.json" | 
|  | 50 | +  } | 
|  | 51 | +} | 
0 commit comments