update tsconfig

This commit is contained in:
2024-04-14 18:17:36 +02:00
parent c13a0f5d48
commit 980a2c9781
4 changed files with 166 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartshell",
"private": false,
"version": "3.0.4",
"description": "shell actions designed as promises",
"description": "A library for executing shell commands using promises.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,8 +16,15 @@
"url": "git+ssh://git@gitlab.com/pushrocks/smartshell.git"
},
"keywords": [
"shell",
"promise"
"shell commands",
"promises",
"asynchronous execution",
"child processes",
"environment management",
"command streaming",
"interactive commands",
"process management",
"typescript"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -55,4 +62,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}