{
  "name": "@push.rocks/smartexit",
  "version": "2.2.0",
  "private": false,
  "description": "A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "author": "Lossless GmbH",
  "license": "MIT",
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsrun": "^2.0.6",
    "@git.zone/tstest": "^3.6.7",
    "@types/node": "^24.0.3"
  },
  "dependencies": {
    "@push.rocks/lik": "^6.4.1",
    "@push.rocks/smartpromise": "^4.2.5"
  },
  "browserslist": [
    "last 1 chrome versions"
  ],
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "license.md",
    "readme.md"
  ],
  "type": "module",
  "keywords": [
    "Node.js",
    "TypeScript",
    "process management",
    "graceful shutdown",
    "cleanup operations",
    "child process termination",
    "signal handling",
    "library",
    "npm package",
    "async cleanup",
    "module",
    "SIGINT handling",
    "uncaught exception management",
    "process exit management"
  ],
  "homepage": "https://code.foss.global/push.rocks/smartexit",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartexit.git"
  },
  "scripts": {
    "test": "(tstest test/)",
    "build": "(tsbuild --web)",
    "buildDocs": "tsdoc"
  }
}