@logtape/sentry
Version:
LogTape Sentry sink
57 lines • 1.24 kB
JSON
{
"name": "@logtape/sentry",
"version": "0.12.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": "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"
},
"peerDependencies": {
"@logtape/logtape": "0.12.1"
},
"dependencies": {
"@sentry/core": "^9.28.1"
},
"devDependencies": {
"@std/dotenv": "npm:@jsr/std__dotenv@^0.225.5",
"tsdown": "^0.12.7",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsdown",
"prepublish": "tsdown"
}
}