{
	"name": "exit-hook",
	"version": "5.1.0",
	"description": "Run some code when the process exits",
	"license": "MIT",
	"repository": "sindresorhus/exit-hook",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": {
		"types": "./index.d.ts",
		"default": "./index.js"
	},
	"sideEffects": false,
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"exit",
		"quit",
		"process",
		"hook",
		"graceful",
		"handler",
		"shutdown",
		"sigterm",
		"sigint",
		"terminate",
		"kill",
		"stop",
		"event",
		"signal",
		"async",
		"asynchronous"
	],
	"devDependencies": {
		"ava": "^6.4.1",
		"execa": "^9.6.0",
		"tsd": "^0.33.0",
		"xo": "^1.2.3"
	}
}
