UNPKG

jest-sentry-environment

Version:
34 lines (33 loc) 756 B
{ "name": "jest-sentry-environment", "version": "3.0.0", "description": "Sentry instrumentation for jest", "main": "index.js", "scripts": { "test": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/billyvg/jest-sentry-environment.git" }, "keywords": [ "sentry", "jest", "test", "testing" ], "author": "Billy Vong <github@mmo.me>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/billyvg/jest-sentry-environment/issues" }, "homepage": "https://github.com/billyvg/jest-sentry-environment#readme", "devDependencies": { "prettier": "^2.3.2" }, "peerDependencies": { "@sentry/node": ">=6", "@sentry/tracing": ">=6", "jest": ">=28" } }