@benbenwu/zcf 3.6.4 → 3.6.5
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/dist/chunks/simple-config.mjs +2 -2
- package/dist/cli.mjs +0 -0
- package/package.json +52 -55
|
@@ -18,8 +18,8 @@ import { rm, mkdir, copyFile as copyFile$1 } from 'node:fs/promises';
|
|
|
18
18
|
import i18next from 'i18next';
|
|
19
19
|
import Backend from 'i18next-fs-backend';
|
|
20
20
|
|
|
21
|
-
const version = "3.6.
|
|
22
|
-
const homepage = "https://github.com/
|
|
21
|
+
const version = "3.6.5";
|
|
22
|
+
const homepage = "https://github.com/benbenlijie/zcf";
|
|
23
23
|
|
|
24
24
|
const i18n = i18next.createInstance();
|
|
25
25
|
const NAMESPACES = [
|
package/dist/cli.mjs
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@benbenwu/zcf",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.6.
|
|
5
|
-
"packageManager": "pnpm@10.17.1",
|
|
4
|
+
"version": "3.6.5",
|
|
6
5
|
"description": "Zero-Config Code Flow - One-click configuration tool for Code Cli",
|
|
7
6
|
"author": {
|
|
8
|
-
"name": "
|
|
9
|
-
"email": "
|
|
10
|
-
"url": "https://github.com/
|
|
7
|
+
"name": "Wu Yubin",
|
|
8
|
+
"email": "benbenwyb@gmail.com",
|
|
9
|
+
"url": "https://github.com/benbenlijie"
|
|
11
10
|
},
|
|
12
11
|
"license": "MIT",
|
|
13
12
|
"publishConfig": {
|
|
14
13
|
"access": "public"
|
|
15
14
|
},
|
|
16
|
-
"homepage": "https://github.com/
|
|
15
|
+
"homepage": "https://github.com/benbenlijie/zcf",
|
|
17
16
|
"repository": {
|
|
18
17
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/
|
|
18
|
+
"url": "git+https://github.com/benbenlijie/zcf.git"
|
|
20
19
|
},
|
|
21
|
-
"bugs": "https://github.com/
|
|
20
|
+
"bugs": "https://github.com/benbenlijie/zcf/issues",
|
|
22
21
|
"keywords": [
|
|
23
22
|
"claude",
|
|
24
23
|
"claude-code",
|
|
@@ -46,12 +45,55 @@
|
|
|
46
45
|
"dist",
|
|
47
46
|
"templates"
|
|
48
47
|
],
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@rainbowatcher/toml-edit-js": "^0.6.4",
|
|
50
|
+
"@types/semver": "^7.7.1",
|
|
51
|
+
"ansis": "^4.1.0",
|
|
52
|
+
"cac": "^6.7.14",
|
|
53
|
+
"dayjs": "^1.11.18",
|
|
54
|
+
"find-up-simple": "^1.0.1",
|
|
55
|
+
"fs-extra": "^11.3.2",
|
|
56
|
+
"i18next": "^25.5.2",
|
|
57
|
+
"i18next-fs-backend": "^2.6.0",
|
|
58
|
+
"inquirer": "^12.9.6",
|
|
59
|
+
"inquirer-toggle": "^1.0.1",
|
|
60
|
+
"ora": "^9.0.0",
|
|
61
|
+
"pathe": "^2.0.3",
|
|
62
|
+
"semver": "^7.7.2",
|
|
63
|
+
"tinyexec": "^1.0.1",
|
|
64
|
+
"trash": "^10.0.0"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@antfu/eslint-config": "^5.4.1",
|
|
68
|
+
"@changesets/cli": "^2.29.7",
|
|
69
|
+
"@commitlint/cli": "^19.8.1",
|
|
70
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
71
|
+
"@commitlint/types": "^19.8.1",
|
|
72
|
+
"@types/fs-extra": "^11.0.4",
|
|
73
|
+
"@types/inquirer": "^9.0.9",
|
|
74
|
+
"@types/node": "^22.18.6",
|
|
75
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
76
|
+
"@vitest/ui": "^3.2.4",
|
|
77
|
+
"eslint": "^9.36.0",
|
|
78
|
+
"eslint-plugin-format": "^1.0.2",
|
|
79
|
+
"glob": "^11.0.3",
|
|
80
|
+
"husky": "^9.1.7",
|
|
81
|
+
"lint-staged": "^16.2.0",
|
|
82
|
+
"tsx": "^4.20.5",
|
|
83
|
+
"typescript": "^5.9.2",
|
|
84
|
+
"unbuild": "^3.6.1",
|
|
85
|
+
"vitest": "^3.2.4"
|
|
86
|
+
},
|
|
87
|
+
"lint-staged": {
|
|
88
|
+
"*": [
|
|
89
|
+
"pnpm lint"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
49
92
|
"scripts": {
|
|
50
93
|
"dev": "tsx ./src/cli.ts",
|
|
51
94
|
"build": "unbuild",
|
|
52
95
|
"start": "node bin/zcf.mjs",
|
|
53
96
|
"typecheck": "tsc --noEmit",
|
|
54
|
-
"prepublishOnly": "pnpm build",
|
|
55
97
|
"lint": "eslint",
|
|
56
98
|
"lint:fix": "eslint --fix",
|
|
57
99
|
"test": "vitest",
|
|
@@ -63,55 +105,10 @@
|
|
|
63
105
|
"version": "changeset version",
|
|
64
106
|
"update:deps": "pnpx taze major -r -w",
|
|
65
107
|
"release": "pnpm build && changeset publish",
|
|
66
|
-
"prepare": "husky",
|
|
67
108
|
"commitlint": "commitlint",
|
|
68
109
|
"commitlint:check": "commitlint --from HEAD~1 --to HEAD --verbose",
|
|
69
110
|
"docs:dev": "pnpm -F @zcf/docs dev",
|
|
70
111
|
"docs:build": "pnpm -F @zcf/docs build",
|
|
71
112
|
"docs:preview": "pnpm -F @zcf/docs preview"
|
|
72
|
-
},
|
|
73
|
-
"dependencies": {
|
|
74
|
-
"@rainbowatcher/toml-edit-js": "catalog:runtime",
|
|
75
|
-
"@types/semver": "catalog:types",
|
|
76
|
-
"ansis": "catalog:cli",
|
|
77
|
-
"cac": "catalog:cli",
|
|
78
|
-
"dayjs": "catalog:runtime",
|
|
79
|
-
"find-up-simple": "catalog:runtime",
|
|
80
|
-
"fs-extra": "catalog:runtime",
|
|
81
|
-
"i18next": "catalog:runtime",
|
|
82
|
-
"i18next-fs-backend": "catalog:runtime",
|
|
83
|
-
"inquirer": "catalog:cli",
|
|
84
|
-
"inquirer-toggle": "catalog:cli",
|
|
85
|
-
"ora": "catalog:cli",
|
|
86
|
-
"pathe": "catalog:runtime",
|
|
87
|
-
"semver": "catalog:runtime",
|
|
88
|
-
"tinyexec": "catalog:runtime",
|
|
89
|
-
"trash": "catalog:runtime"
|
|
90
|
-
},
|
|
91
|
-
"devDependencies": {
|
|
92
|
-
"@antfu/eslint-config": "catalog:build",
|
|
93
|
-
"@changesets/cli": "catalog:tooling",
|
|
94
|
-
"@commitlint/cli": "catalog:tooling",
|
|
95
|
-
"@commitlint/config-conventional": "catalog:tooling",
|
|
96
|
-
"@commitlint/types": "catalog:tooling",
|
|
97
|
-
"@types/fs-extra": "catalog:types",
|
|
98
|
-
"@types/inquirer": "catalog:types",
|
|
99
|
-
"@types/node": "catalog:types",
|
|
100
|
-
"@vitest/coverage-v8": "catalog:testing",
|
|
101
|
-
"@vitest/ui": "catalog:testing",
|
|
102
|
-
"eslint": "catalog:build",
|
|
103
|
-
"eslint-plugin-format": "catalog:build",
|
|
104
|
-
"glob": "catalog:testing",
|
|
105
|
-
"husky": "catalog:tooling",
|
|
106
|
-
"lint-staged": "catalog:tooling",
|
|
107
|
-
"tsx": "catalog:build",
|
|
108
|
-
"typescript": "catalog:build",
|
|
109
|
-
"unbuild": "catalog:build",
|
|
110
|
-
"vitest": "catalog:testing"
|
|
111
|
-
},
|
|
112
|
-
"lint-staged": {
|
|
113
|
-
"*": [
|
|
114
|
-
"pnpm lint"
|
|
115
|
-
]
|
|
116
113
|
}
|
|
117
|
-
}
|
|
114
|
+
}
|