{
  "name": "@stacksjs/error-handling",
  "type": "module",
  "version": "0.70.23",
  "description": "Type safe error handling.",
  "author": "Chris Breuer",
  "contributors": ["Chris Breuer <chris@stacksjs.org>"],
  "license": "MIT",
  "funding": "https://github.com/sponsors/chrisbbreuer",
  "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/error-handling#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacksjs/stacks.git",
    "directory": "./storage/framework/core/error-handling"
  },
  "bugs": {
    "url": "https://github.com/stacksjs/stacks/issues"
  },
  "keywords": ["errors", "error-handling", "neverthrow", "type safe", "stacks"],
  "exports": {
    ".": {
      "import": "./dist/index.js"
    },
    "./*": {
      "bun": "./*"
    }
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": ["README.md", "dist"],
  "scripts": {
    "build": "bun build.ts",
    "typecheck": "bun tsc --noEmit",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@stacksjs/cli": "0.70.22",
    "@stacksjs/config": "0.70.22",
    "@stacksjs/development": "0.70.22",
    "@stacksjs/path": "0.70.22",
    "@stacksjs/types": "0.70.22",
    "@stacksjs/validation": "0.70.22",
    "neverthrow": "^8.2.0"
  }
}
