@sentry-internal/lynx-plugin
Version:
Official Sentry Plugin for lynx
56 lines (55 loc) • 1.68 kB
JSON
{
"name": "@sentry-internal/lynx-plugin",
"homepage": "https://github.com/getsentry/sentry-lynx",
"repository": "https://github.com/getsentry/sentry-lynx",
"version": "0.1.0-preview.0",
"description": "Official Sentry Plugin for lynx",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"types": "./dist/types/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",
"sentry",
"crashreporting"
],
"publishConfig": {
"access": "public"
},
"author": "Sentry",
"license": "MIT",
"dependencies": {
"@sentry/core": "9.10.1",
"@sentry/webpack-plugin": "3.3.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.2",
"@rsbuild/core": "^1.3.2",
"@types/node": "^20.9.3",
"dedent-js": "^1.0.1",
"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"
}
}