mine-auto-cli 2.0.1 → 2.0.2
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/README.md +0 -1
- package/index.js +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
package/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { program as i } from "commander";
|
|
|
4
4
|
import y from "ora";
|
|
5
5
|
import { execSync as v } from "child_process";
|
|
6
6
|
import m from "log-symbols";
|
|
7
|
-
const l = "mine-auto-cli", d = "2.0.
|
|
7
|
+
const l = "mine-auto-cli", d = "2.0.2", $ = "./index.js", w = "./index.js", j = "module", k = {
|
|
8
8
|
auto: "bin/mine-auto-cli.js"
|
|
9
9
|
}, x = {
|
|
10
10
|
name: "biaov",
|
|
@@ -12,7 +12,7 @@ const l = "mine-auto-cli", d = "2.0.1", $ = "./index.js", w = "./index.js", k =
|
|
|
12
12
|
url: "https://biaov.cn"
|
|
13
13
|
}, C = "一个将多个命令简化成一个命令的项目 😆", S = {
|
|
14
14
|
start: "npm run dev",
|
|
15
|
-
dev: "node scripts/
|
|
15
|
+
dev: "vite build --watch && node scripts/build",
|
|
16
16
|
build: "vite build && node scripts/build",
|
|
17
17
|
prettier: "prettier --write '**/*.{js,ts,md,json}'",
|
|
18
18
|
ncu: "ncu --configFileName .ncurc.json && npm i",
|
|
@@ -45,7 +45,6 @@ const l = "mine-auto-cli", d = "2.0.1", $ = "./index.js", w = "./index.js", k =
|
|
|
45
45
|
}, F = {
|
|
46
46
|
"@types/node": "^20.8.4",
|
|
47
47
|
"@types/update-notifier": "^6.0.5",
|
|
48
|
-
chokidar: "^3.5.3",
|
|
49
48
|
prettier: "^3.0.3",
|
|
50
49
|
typescript: "^5.2.2",
|
|
51
50
|
vite: "^4.4.11"
|
|
@@ -55,8 +54,8 @@ const l = "mine-auto-cli", d = "2.0.1", $ = "./index.js", w = "./index.js", k =
|
|
|
55
54
|
version: d,
|
|
56
55
|
exports: $,
|
|
57
56
|
main: w,
|
|
58
|
-
type:
|
|
59
|
-
bin:
|
|
57
|
+
type: j,
|
|
58
|
+
bin: k,
|
|
60
59
|
author: x,
|
|
61
60
|
description: C,
|
|
62
61
|
scripts: S,
|