fix(core): update
This commit is contained in:
25
package.json
25
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartexit",
|
||||
"version": "1.0.21",
|
||||
"private": false,
|
||||
"description": "A library to perform cleanup operations before exiting a Node.js process.",
|
||||
"description": "A library for performing cleanup operations before exiting a Node.js process, ensuring graceful shutdowns.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -13,15 +13,17 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.70",
|
||||
"@git.zone/tstest": "^1.0.81",
|
||||
"@git.zone/tsbuild": "^2.1.72",
|
||||
"@git.zone/tstest": "^1.0.88",
|
||||
"@gitzone/tsrun": "^1.2.44",
|
||||
"@push.rocks/tapbundle": "^5.0.15",
|
||||
"@types/node": "^20.6.0"
|
||||
"@push.rocks/tapbundle": "^5.0.23",
|
||||
"@types/node": "^20.12.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@push.rocks/lik": "^6.0.5",
|
||||
"@push.rocks/smartdelay": "^3.0.5"
|
||||
"@push.rocks/lik": "^6.0.14",
|
||||
"@push.rocks/smartdelay": "^3.0.5",
|
||||
"@push.rocks/smartpromise": "^4.0.3",
|
||||
"tree-kill": "^1.2.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
@@ -40,10 +42,13 @@
|
||||
],
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"process exit",
|
||||
"Node.js",
|
||||
"cleanup",
|
||||
"node.js",
|
||||
"graceful shutdown",
|
||||
"process management",
|
||||
"signal handling",
|
||||
"child process management"
|
||||
"child process termination",
|
||||
"TypeScript",
|
||||
"npm library"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user