update tsconfig
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user