cli-calctool 0.3.4 → 1.0.0

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 (1) hide show
  1. package/package.json +22 -6
package/package.json CHANGED
@@ -1,11 +1,27 @@
1
1
  {
2
2
  "name": "cli-calctool",
3
- "version": "0.3.4",
3
+ "version": "1.0.0",
4
4
  "description": "Calctool + Blueprint + Swarm 多 IDE 安装器:从 cli.tax 自动拉取并分发到本机所有已装 IDE。支持 check 更新检测与 --silent 静默升级。",
5
5
  "type": "module",
6
- "bin": { "cli-calctool": "install.mjs" },
7
- "files": ["install.mjs", "sources.json", "skills"],
8
- "engines": { "node": ">=18" },
6
+ "bin": {
7
+ "cli-calctool": "install.mjs"
8
+ },
9
+ "files": [
10
+ "install.mjs",
11
+ "sources.json",
12
+ "skills"
13
+ ],
14
+ "engines": {
15
+ "node": ">=18"
16
+ },
9
17
  "license": "MIT",
10
- "keywords": ["blueprint", "skill", "cli.tax", "clitax", "codex", "agent", "installer"]
11
- }
18
+ "keywords": [
19
+ "blueprint",
20
+ "skill",
21
+ "cli.tax",
22
+ "clitax",
23
+ "codex",
24
+ "agent",
25
+ "installer"
26
+ ]
27
+ }