ccjk 3.7.1 → 3.7.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/dist/chunks/package.mjs +1 -1
- package/dist/cli.mjs +0 -0
- package/package.json +62 -59
package/dist/chunks/package.mjs
CHANGED
package/dist/cli.mjs
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.7.
|
|
4
|
+
"version": "3.7.2",
|
|
5
|
+
"packageManager": "pnpm@10.17.1",
|
|
5
6
|
"description": "Ultimate AI Development Tool - Code Tool Abstraction Layer with 83% Token Savings",
|
|
6
7
|
"author": {
|
|
7
8
|
"name": "CCJK Team",
|
|
@@ -73,68 +74,12 @@
|
|
|
73
74
|
"engines": {
|
|
74
75
|
"node": ">=20"
|
|
75
76
|
},
|
|
76
|
-
"dependencies": {
|
|
77
|
-
"@anthropic-ai/sdk": "^0.52.0",
|
|
78
|
-
"@iarna/toml": "^2.2.5",
|
|
79
|
-
"@types/semver": "^7.7.1",
|
|
80
|
-
"@types/tar": "^6.1.13",
|
|
81
|
-
"ansis": "^4.1.0",
|
|
82
|
-
"cac": "^6.7.14",
|
|
83
|
-
"chalk": "^5.6.2",
|
|
84
|
-
"chokidar": "^4.0.3",
|
|
85
|
-
"commander": "^14.0.2",
|
|
86
|
-
"dayjs": "^1.11.18",
|
|
87
|
-
"find-up-simple": "^1.0.1",
|
|
88
|
-
"fs-extra": "^11.3.2",
|
|
89
|
-
"gray-matter": "^4.0.3",
|
|
90
|
-
"i18next": "^25.5.2",
|
|
91
|
-
"i18next-fs-backend": "^2.6.0",
|
|
92
|
-
"imap": "^0.8.19",
|
|
93
|
-
"inquirer": "^12.9.6",
|
|
94
|
-
"inquirer-toggle": "^1.0.1",
|
|
95
|
-
"mailparser": "^3.9.1",
|
|
96
|
-
"nanoid": "^5.1.6",
|
|
97
|
-
"nodemailer": "^7.0.12",
|
|
98
|
-
"ora": "^9.0.0",
|
|
99
|
-
"pathe": "^2.0.3",
|
|
100
|
-
"semver": "^7.7.2",
|
|
101
|
-
"smol-toml": "^1.4.2",
|
|
102
|
-
"tar": "^7.5.2",
|
|
103
|
-
"tinyexec": "^1.0.1",
|
|
104
|
-
"trash": "^10.0.0",
|
|
105
|
-
"zod": "^3.22.4"
|
|
106
|
-
},
|
|
107
|
-
"devDependencies": {
|
|
108
|
-
"@antfu/eslint-config": "^5.4.1",
|
|
109
|
-
"@types/fs-extra": "^11.0.4",
|
|
110
|
-
"@types/imap": "^0.8.43",
|
|
111
|
-
"@types/inquirer": "^9.0.9",
|
|
112
|
-
"@types/jest": "^29.5.0",
|
|
113
|
-
"@types/mailparser": "^3.4.6",
|
|
114
|
-
"@types/node": "^20.11.5",
|
|
115
|
-
"@types/nodemailer": "^7.0.5",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
117
|
-
"@typescript-eslint/parser": "^6.0.0",
|
|
118
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
119
|
-
"@vitest/ui": "^3.2.4",
|
|
120
|
-
"eslint": "^9.36.0",
|
|
121
|
-
"eslint-plugin-format": "^1.0.2",
|
|
122
|
-
"glob": "^11.0.3",
|
|
123
|
-
"husky": "^9.1.7",
|
|
124
|
-
"jest": "^29.5.0",
|
|
125
|
-
"lint-staged": "^16.2.0",
|
|
126
|
-
"prettier": "^3.0.0",
|
|
127
|
-
"ts-jest": "^29.1.0",
|
|
128
|
-
"tsx": "^4.7.2",
|
|
129
|
-
"typescript": "^5.3.3",
|
|
130
|
-
"unbuild": "^3.6.1",
|
|
131
|
-
"vitest": "^3.2.4"
|
|
132
|
-
},
|
|
133
77
|
"scripts": {
|
|
134
78
|
"dev": "tsx ./src/cli.ts",
|
|
135
79
|
"build": "unbuild",
|
|
136
80
|
"start": "node bin/ccjk.mjs",
|
|
137
81
|
"typecheck": "tsc --noEmit",
|
|
82
|
+
"prepublishOnly": "pnpm build",
|
|
138
83
|
"lint": "eslint",
|
|
139
84
|
"lint:fix": "eslint --fix",
|
|
140
85
|
"test": "vitest",
|
|
@@ -142,6 +87,64 @@
|
|
|
142
87
|
"test:coverage": "vitest run --coverage",
|
|
143
88
|
"test:run": "vitest run",
|
|
144
89
|
"test:watch": "vitest watch",
|
|
90
|
+
"prepare": "husky",
|
|
145
91
|
"format": "prettier --write src/**/*.ts"
|
|
92
|
+
},
|
|
93
|
+
"dependencies": {
|
|
94
|
+
"@anthropic-ai/sdk": "catalog:",
|
|
95
|
+
"@iarna/toml": "catalog:",
|
|
96
|
+
"@types/semver": "catalog:",
|
|
97
|
+
"@types/tar": "catalog:",
|
|
98
|
+
"ansis": "catalog:",
|
|
99
|
+
"cac": "catalog:",
|
|
100
|
+
"chalk": "catalog:",
|
|
101
|
+
"chokidar": "catalog:",
|
|
102
|
+
"commander": "catalog:",
|
|
103
|
+
"dayjs": "catalog:",
|
|
104
|
+
"find-up-simple": "catalog:",
|
|
105
|
+
"fs-extra": "catalog:",
|
|
106
|
+
"gray-matter": "catalog:",
|
|
107
|
+
"i18next": "catalog:",
|
|
108
|
+
"i18next-fs-backend": "catalog:",
|
|
109
|
+
"imap": "catalog:",
|
|
110
|
+
"inquirer": "catalog:",
|
|
111
|
+
"inquirer-toggle": "catalog:",
|
|
112
|
+
"mailparser": "catalog:",
|
|
113
|
+
"nanoid": "catalog:",
|
|
114
|
+
"nodemailer": "catalog:",
|
|
115
|
+
"ora": "catalog:",
|
|
116
|
+
"pathe": "catalog:",
|
|
117
|
+
"semver": "catalog:",
|
|
118
|
+
"smol-toml": "catalog:",
|
|
119
|
+
"tar": "catalog:",
|
|
120
|
+
"tinyexec": "catalog:",
|
|
121
|
+
"trash": "catalog:",
|
|
122
|
+
"zod": "catalog:"
|
|
123
|
+
},
|
|
124
|
+
"devDependencies": {
|
|
125
|
+
"@antfu/eslint-config": "catalog:",
|
|
126
|
+
"@types/fs-extra": "catalog:",
|
|
127
|
+
"@types/imap": "catalog:",
|
|
128
|
+
"@types/inquirer": "catalog:",
|
|
129
|
+
"@types/jest": "catalog:",
|
|
130
|
+
"@types/mailparser": "catalog:",
|
|
131
|
+
"@types/node": "catalog:conflicts_@types/node_h20_11_5",
|
|
132
|
+
"@types/nodemailer": "catalog:",
|
|
133
|
+
"@typescript-eslint/eslint-plugin": "catalog:",
|
|
134
|
+
"@typescript-eslint/parser": "catalog:",
|
|
135
|
+
"@vitest/coverage-v8": "catalog:",
|
|
136
|
+
"@vitest/ui": "catalog:",
|
|
137
|
+
"eslint": "catalog:",
|
|
138
|
+
"eslint-plugin-format": "catalog:",
|
|
139
|
+
"glob": "catalog:",
|
|
140
|
+
"husky": "catalog:",
|
|
141
|
+
"jest": "catalog:",
|
|
142
|
+
"lint-staged": "catalog:",
|
|
143
|
+
"prettier": "catalog:",
|
|
144
|
+
"ts-jest": "catalog:",
|
|
145
|
+
"tsx": "catalog:conflicts_tsx_h4_7_2",
|
|
146
|
+
"typescript": "catalog:conflicts_typescript_h5_3_3",
|
|
147
|
+
"unbuild": "catalog:",
|
|
148
|
+
"vitest": "catalog:"
|
|
146
149
|
}
|
|
147
|
-
}
|
|
150
|
+
}
|