{
  "name": "@sentry/rrweb",
  "version": "0.3.3",
  "description": "Integration between sentry and rrweb.",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "scripts": {
    "clean": "rimraf dist",
    "build": "rollup -c",
    "watch": "rollup -cw",
    "test": "jest"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getsentry/sentry-rrweb.git"
  },
  "author": "David Cramer",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/getsentry/sentry-rrweb/issues"
  },
  "homepage": "https://github.com/getsentry/sentry-rrweb#readme",
  "peerDependencies": {
    "rrweb": ">=0.7.0",
    "@sentry/browser": ">=4.0.0"
  },
  "volta": {
    "node": "14.16.0",
    "yarn": "1.22.5"
  },
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@sentry/browser": "^5.10.2",
    "@sentry/types": "^5.10.0",
    "@types/jest": "^26.0.21",
    "jest": "^26.6.3",
    "rimraf": "^3.0.0",
    "rollup": "^1.26.3",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-typescript2": "^0.25.3",
    "rrweb": "^0.7.33",
    "ts-jest": "^26.5.4",
    "typescript": "^3.9.9"
  }
}
