1
1
{
2
- "name" : " modular-cli-menu" ,
3
2
"version" : " 1.1.0" ,
3
+ "name" : " modular-cli-menu" ,
4
4
"description" : " " ,
5
- "scripts" : {
6
- "dev" : " tsx src/index.ts" ,
7
- "build" : " npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false" ,
8
- "build:en" : " npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it" ,
9
- "build:it" : " npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it" ,
10
- "pack:test" : " npm pack --dry-run"
11
- },
12
- "author" : " " ,
5
+ "keywords" : [
6
+ " nodejs" ,
7
+ " cli" ,
8
+ " modular" ,
9
+ " command-line" ,
10
+ " menu" ,
11
+ " inquirer " ,
12
+ " terminal"
13
+ ],
14
+ "author" : " Loris Salvi" ,
13
15
"license" : " MIT" ,
16
+ "homepage" : " https://github.com/BlorisL/modular-cli-menu/blob/main/README.md" ,
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " https://github.com/blorisl/modular-cli-menu.git"
20
+ },
14
21
"dependencies" : {
15
22
"@inquirer/checkbox" : " ^4.1.6" ,
16
23
"@inquirer/input" : " ^4.1.10" ,
43
50
"modular-cli-menu" : " ./dist/menu.mjs"
44
51
},
45
52
"files" : [
53
+ " package.json" ,
46
54
" dist" ,
47
55
" README.md" ,
48
56
" LICENSE"
49
- ]
50
- }
57
+ ],
58
+ "scripts" : {
59
+ "dev" : " tsx src/index.ts" ,
60
+ "build" : " npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false" ,
61
+ "build:en" : " npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it" ,
62
+ "build:it" : " npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it" ,
63
+ "pack:test" : " npm pack --dry-run" ,
64
+ "prepack" : " clean-pkg-json -r dependencies"
65
+ }
66
+ }
0 commit comments