UNPKG

jest-sentry-environment

Version:
48 lines (47 loc) 1.2 kB
{ "name": "@sentry/replay", "version": "0.0.1", "description": "User/session replays for Sentry", "main": "dist/index.js", "module": "dist/index.es.js", "scripts": { "clean": "yarn rimraf dist", "build": "yarn rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", "lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx", "watch": "yarn build --watch", "test": "yarn jest" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/getsentry/sentry-replay.git" }, "author": "David Cramer", "license": "Apache-2.0", "bugs": { "url": "https://github.com/getsentry/sentry-replay/issues" }, "homepage": "https://github.com/getsentry/sentry-replay#readme", "peerDependencies": { "@sentry/browser": ">=6.0.0", "@sentry/tracing": ">=6.0.0", "@sentry/utils": ">=6.0.0", "rrweb": ">=0.7.0" }, "dependencies": { "cross-fetch": "^3.1.5" }, "prettier": { "singleQuote": true }, "volta": { "node": "14.19.0", "yarn": "1.22.17" }, "lint-staged": { "*.{js,jsx,ts,tsx}": "yarn eslint --cache --fix" }, "yalcSig": "3e5bdbe0ebe64d2cc29934332b5a2371" }