{
  "name": "@logtape/sentry",
  "version": "0.1.0",
  "description": "LogTape Sentry Sink",
  "keywords": [
    "LogTape",
    "Sentry"
  ],
  "author": {
    "name": "Hong Minhee",
    "email": "hong@minhee.org",
    "url": "https://hongminhee.org/"
  },
  "homepage": "https://github.com/dahlia/logtape-sentry",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dahlia/logtape-sentry.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dahlia/logtape-sentry/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "types": "./types/mod.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./types/mod.d.ts",
        "default": "./esm/mod.js"
      },
      "require": {
        "types": "./types/mod.d.ts",
        "default": "./script/mod.js"
      }
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "funding": [
    "https://github.com/sponsors/dahlia"
  ],
  "dependencies": {
    "@logtape/logtape": "^0.8.0",
    "@sentry/core": "^8.40.0",
    "@sentry/types": "^8.40.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0"
  },
  "_generatedBy": "dnt@dev"
}