UNPKG

@sentry/lynx-react

Version:
65 lines (64 loc) 1.91 kB
{ "name": "@sentry/lynx-react", "homepage": "https://github.com/getsentry/sentry-lynx", "repository": "https://github.com/getsentry/sentry-lynx", "version": "0.1.0-preview.0", "description": "Official Sentry SDK for Lynx React", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.mjs", "types": "./dist/types/index.d.ts" }, "./plugin": { "import": "./plugin/esm/index.mjs", "types": "./plugin/esm/index.d.ts" } }, "scripts": { "build": "run-s clean build:rollup build:typescript", "build:watch": "run-p build:rollup:watch build:typescript:watch", "build:rollup": "rollup --config rollup.config.mjs", "build:rollup:watch": "rollup --config rollup.config.mjs --watch", "build:typescript": "tsc --project tsconfig.types.json", "build:typescript:watch": "tsc --project tsconfig.types.json --watch", "build:tarball": "run-s build build:tarball:archive", "build:tarball:archive": "bash scripts/build-tarball.sh", "clean": "rimraf dist", "circularDepCheck": "madge --circular dist/index.js", "test": "vitest run", "test:watch": "vitest watch" }, "keywords": [ "lynx-js", "react", "sentry", "crashreporting" ], "publishConfig": { "access": "public" }, "author": "Sentry", "license": "MIT", "dependencies": { "@sentry-internal/lynx-plugin": "0.1.0-preview.0", "@sentry/browser": "9.10.1", "@sentry/core": "9.10.1" }, "devDependencies": { "@lynx-js/react": "^0.106.3", "@lynx-js/types": "^3.2.1", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^20.9.3", "madge": "^6.1.0", "npm-run-all2": "^7.0.2", "rimraf": "^5.0.10", "rollup": "^4.39.0", "typescript": "~5.0.0", "vitest": "^3.1.1" }, "peerDependencies": { "@lynx-js/react": "*" } }