-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 979 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@Silent-Watcher/cli-doc-master",
"author": {
"name": "silent-watcher"
},
"bin": {
"cli-doc-master": "bin/index.js"
},
"version": "1.2.6",
"main": "app.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Silent-Watcher/CLIDocMaster"
},
"type": "module",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"chalk": "^5.2.0",
"figlet": "^1.6.0",
"gradient-string": "^2.0.2",
"inquirer": "^9.2.6",
"nanospinner": "^1.1.0"
},
"keywords": [
"CLI documentation",
"Readme generator",
"Command-line tool",
"Documentation automation",
"CLI application",
"Documentation management",
"Documentation generator",
"CLI readme",
"Command-line documentation",
"CLI project management",
"Readme authoring",
"Command-line interface tool",
"Developer productivity",
"Documentation efficiency",
"Readme enhancement"
]
}