{
  "name": "@aklinker1/zero-serialize-error",
  "version": "1.0.2",
  "description": "Serialize and deserialize errors with zero dependencies",
  "keywords": [
    "deserialize",
    "error",
    "serialize"
  ],
  "license": "MIT",
  "repository": {
    "url": "https://github.com/aklinker1/zero-serialize-error"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "scripts": {
    "check": "bun run build && check",
    "build": "tsdown --dts.tsgo --minify",
    "test": "bun test",
    "prepack": "bun run build"
  },
  "devDependencies": {
    "@aklinker1/check": "^2.4.0",
    "@types/bun": "latest",
    "@typescript/native-preview": "^7.0.0-dev.20260513.1",
    "cspell": "^10.0.0",
    "oxfmt": "^0.49.0",
    "oxlint": "^1.64.0",
    "publint": "^0.3.21",
    "tsdown": "^0.22.0"
  },
  "packageManager": "bun@1.3.13"
}
