update tsconfig

This commit is contained in:
2024-04-14 17:27:46 +02:00
parent f27fb675e5
commit af90530000
4 changed files with 125 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartdaemon",
"version": "2.0.4",
"private": false,
"description": "start scripts as long running daemons and manage them",
"description": "Start scripts as long running daemons and manage them.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -44,5 +44,14 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"daemon",
"service management",
"Linux systemd",
"process management",
"Node.js",
"system administration",
"background services"
]
}