{
  "name": "dc-browser",
  "version": "1.0.4",
  "description": "Browser polyfill for Node.js diagnostics_channel",
  "author": "Stephen Belanger <admin@stephenbelanger.com>",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "module": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "eslint src --ext .ts",
    "prepublishOnly": "npm run build && npm test",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "watch": "tsup --watch"
  },
  "devDependencies": {
    "@types/jsdom": "^28.0.0",
    "@types/node": "^20.10.5",
    "als-browser": "^1.0.1",
    "happy-dom": "^12.0.0",
    "jsdom": "^28.1.0",
    "tsup": "^8.5.0",
    "typescript": "5.4.4",
    "vitest": "^2.1.9"
  },
  "keywords": [
    "diagnostics_channel",
    "TracingChannel",
    "diagnostics",
    "tracing",
    "browser",
    "polyfill"
  ]
}
