{
  "name": "xception",
  "version": "9.0.0",
  "description": "Handle exception smart.",
  "keywords": [
    "callstack",
    "cause",
    "code",
    "custom",
    "data",
    "error",
    "exception",
    "extendable",
    "frame",
    "meta",
    "repack",
    "source",
    "stack",
    "trace",
    "wrap"
  ],
  "homepage": "https://github.com/alvis/xception#readme",
  "bugs": {
    "url": "https://github.com/alvis/xception/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvis/xception.git"
  },
  "license": "MIT",
  "author": {
    "name": "Alvis HT Tang",
    "email": "alvis@hilbert.space"
  },
  "type": "module",
  "imports": {
    "#*": "./lib/*.js"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "type-fest": "^5.8.0"
  },
  "devDependencies": {
    "@presetter/preset-esm": "^9.0.0",
    "@presetter/preset-strict": "^9.0.0",
    "@types/node": "^24.0.0",
    "@vitest/coverage-v8": "^4.0.0",
    "presetter": "^9.0.0",
    "typescript": "^5.9.0",
    "vitest": "^4.1.0"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "run build",
    "lint": "run lint --",
    "release": "run release --",
    "test": "run test --",
    "test:coverage": "run test:coverage --",
    "test:watch": "run test:watch --"
  }
}