{
  "name": "@breadc/death",
  "version": "1.0.0-beta.18",
  "description": "Easily register termination signals callbacks.",
  "keywords": [
    "breadc",
    "death",
    "terminal",
    "signal",
    "cli",
    "command-line"
  ],
  "homepage": "https://github.com/yjl9903/Breadc/tree/main/packages/death#readme",
  "bugs": {
    "url": "https://github.com/yjl9903/Breadc/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yjl9903/Breadc.git",
    "directory": "packages/death"
  },
  "license": "MIT",
  "author": "XLor",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "test": "vitest",
    "test:ci": "vitest --run",
    "typecheck": "tsc --noEmit"
  }
}