Skip to content

Commit a4f8385

Browse files
committed
feat: add clean-pkg-json dependency
1 parent 01385a7 commit a4f8385

File tree

2 files changed

+41
-11
lines changed

2 files changed

+41
-11
lines changed

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
{
2-
"name": "modular-cli-menu",
32
"version": "1.1.0",
3+
"name": "modular-cli-menu",
44
"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",
1315
"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+
},
1421
"dependencies": {
1522
"@inquirer/checkbox": "^4.1.6",
1623
"@inquirer/input": "^4.1.10",
@@ -43,8 +50,17 @@
4350
"modular-cli-menu": "./dist/menu.mjs"
4451
},
4552
"files": [
53+
"package.json",
4654
"dist",
4755
"README.md",
4856
"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

Comments
 (0)