@bemoje/cli 0.0.19 → 0.0.20

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -1
package/README.md CHANGED
@@ -31,4 +31,4 @@ Please let me know of any bugs or [issues](https://github.com/bemoje/tsmono/issu
31
31
  Contributors are welcome to open a [pull request](https://github.com/bemoje/tsmono/pulls).
32
32
 
33
33
  ## License
34
- Released under the [MIT License](./LICENSE).
34
+ Released under the [undefined License](./LICENSE).
package/package.json CHANGED
@@ -1,10 +1,17 @@
1
1
  {
2
2
  "name": "@bemoje/cli",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "type": "commonjs",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
7
7
  "types": "cjs/index.d.ts",
8
+ "dependencies": {
9
+ "@bemoje/util": "latest",
10
+ "@commander-js/extra-typings": "^11.1.0",
11
+ "ansi-colors": "^4.1.3",
12
+ "fs-extra": "^11.2.0",
13
+ "is-async-function": "^2.0.0"
14
+ },
8
15
  "license": "MIT",
9
16
  "keywords": [],
10
17
  "author": {