{
  "name": "@pellux/goodvibes-errors",
  "version": "2.0.23",
  "engines": {
    "bun": "1.3.14",
    "node": ">=22.0.0"
  },
  "description": "Structured SDK, transport, and daemon error types for GoodVibes integrations.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./daemon-error-contract": {
      "types": "./dist/daemon-error-contract.d.ts",
      "import": "./dist/daemon-error-contract.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgd34msu/goodvibes-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/mgd34msu/goodvibes-sdk/issues"
  },
  "homepage": "https://github.com/mgd34msu/goodvibes-sdk",
  "keywords": [
    "goodvibes",
    "sdk",
    "errors",
    "telemetry",
    "transport"
  ],
  "publishConfig": {
    "access": "public"
  }
}
