@sandro-sikic/maker 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +21 -2
package/package.json
CHANGED
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sandro-sikic/maker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "A library
|
|
5
|
+
"description": "A lightweight library for building interactive command-line tools with prompts, command execution, spinners, and graceful shutdown handling",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"cli",
|
|
10
|
+
"command-line",
|
|
11
|
+
"interactive",
|
|
12
|
+
"terminal",
|
|
13
|
+
"prompts",
|
|
14
|
+
"inquirer",
|
|
15
|
+
"spinner",
|
|
16
|
+
"ora",
|
|
17
|
+
"shell",
|
|
18
|
+
"command-execution",
|
|
19
|
+
"developer-tools",
|
|
20
|
+
"cli-builder",
|
|
21
|
+
"tty",
|
|
22
|
+
"typescript",
|
|
23
|
+
"graceful-shutdown",
|
|
24
|
+
"cli-framework",
|
|
25
|
+
"build-tools"
|
|
26
|
+
],
|
|
8
27
|
"scripts": {
|
|
9
28
|
"test": "vitest"
|
|
10
29
|
},
|