update tsconfig

This commit is contained in:
2024-04-14 17:43:28 +02:00
parent 2a4526297c
commit 61a0bfc966
4 changed files with 139 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartinteract",
"private": false,
"version": "2.0.15",
"description": "smart cli interaction",
"description": "A package for creating smart CLI interactions with customizable questions and answers.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -15,8 +15,16 @@
"url": "git+ssh://git@gitlab.com/pushrocks/smartinteract.git"
},
"keywords": [
"interaction",
"cli"
"CLI",
"interactive prompts",
"command line interface",
"user input handling",
"inquirer integration",
"CLI questions",
"CLI validations",
"CLI interactions",
"smart CLI",
"typescript"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -53,4 +61,4 @@
"last 1 chrome versions"
],
"type": "module"
}
}