UNPKG

@logtape/sentry

Version:

LogTape Sentry sink

60 lines 1.31 kB
{ "name": "@logtape/sentry", "version": "2.1.1", "description": "LogTape Sentry sink", "keywords": [ "LogTape", "Sentry" ], "license": "MIT", "author": { "name": "Hong Minhee", "email": "hong@minhee.org", "url": "https://hongminhee.org/" }, "homepage": "https://logtape.org/", "repository": { "type": "git", "url": "git+https://github.com/dahlia/logtape.git", "directory": "packages/sentry/" }, "bugs": { "url": "https://github.com/dahlia/logtape/issues" }, "funding": [ "https://github.com/sponsors/dahlia" ], "type": "module", "module": "./dist/mod.js", "main": "./dist/mod.cjs", "types": "./dist/mod.d.ts", "exports": { ".": { "types": { "import": "./dist/mod.d.ts", "require": "./dist/mod.d.cts" }, "import": "./dist/mod.js", "require": "./dist/mod.cjs" }, "./package.json": "./package.json" }, "sideEffects": false, "files": [ "dist/" ], "peerDependencies": { "@sentry/core": ">=8.0.0", "@logtape/logtape": "^2.1.1" }, "devDependencies": { "@sentry/core": "^9.41.0", "@std/dotenv": "npm:@jsr/std__dotenv@^0.225.5", "tsdown": "^0.12.7", "typescript": "^5.8.3" }, "scripts": { "build": "tsdown", "prepublish": "tsdown" } }