{
  "name": "bugsplat-node",
  "version": "4.0.0",
  "description": "BugSplat integration for node.js 12+",
  "main": "./dist/index.js",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "e2e": "vitest run --config vitest.e2e.config.ts",
    "build": "tsc",
    "release": "npm run build && npm publish --access public"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "bugsplat",
    "crash",
    "reporting",
    "analytics",
    "stack",
    "trace",
    "error",
    "javascript",
    "node"
  ],
  "homepage": "https://www.bugsplat.com",
  "bugs": "https://github.com/BugSplat-Git/bugsplat-node/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/BugSplat-Git/bugsplat-node"
  },
  "author": "@bobbyg603",
  "license": "MIT",
  "peerDependencies": {
    "bugsplat": "^9.0.0"
  },
  "devDependencies": {
    "@bugsplat/js-api-client": "^2.0.0",
    "@types/node": "^22.19.15",
    "dotenv": "^17.3.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0"
  }
}
