@unitsvc/cc-helper 1.3.7 → 1.3.8
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/LICENSE +661 -661
- package/README-zh.md +471 -432
- package/README.md +471 -432
- package/dist/cli.js +0 -0
- package/package.json +48 -48
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@unitsvc/cc-helper",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "Claude Code multi-provider & channels toolkit (by next-bin)",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"bin": {
|
|
7
|
-
"cc-helper": "dist/cli.js"
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "node scripts/build.js",
|
|
11
|
-
"test": "vitest run",
|
|
12
|
-
"test:watch": "vitest",
|
|
13
|
-
"prepublishOnly": "npm run build"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"claude code",
|
|
17
|
-
"coding plan",
|
|
18
|
-
"weixin",
|
|
19
|
-
"compliance",
|
|
20
|
-
"plugins",
|
|
21
|
-
"cli"
|
|
22
|
-
],
|
|
23
|
-
"author": "next-bin",
|
|
24
|
-
"license": "AGPL-3.0",
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/next-bin/cc-helper.git"
|
|
28
|
-
},
|
|
29
|
-
"homepage": "https://github.com/next-bin/cc-helper#readme",
|
|
30
|
-
"bugs": {
|
|
31
|
-
"url": "https://github.com/next-bin/cc-helper/issues"
|
|
32
|
-
},
|
|
33
|
-
"engines": {
|
|
34
|
-
"node": ">=14.0.0"
|
|
35
|
-
},
|
|
36
|
-
"files": [
|
|
37
|
-
"dist/",
|
|
38
|
-
"README.md",
|
|
39
|
-
"README-zh.md",
|
|
40
|
-
"LICENSE"
|
|
41
|
-
],
|
|
42
|
-
"devDependencies": {
|
|
43
|
-
"@types/node": "^20.11.0",
|
|
44
|
-
"esbuild": "^0.27.3",
|
|
45
|
-
"typescript": "^5.3.3",
|
|
46
|
-
"vitest": "^4.0.18"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@unitsvc/cc-helper",
|
|
3
|
+
"version": "1.3.8",
|
|
4
|
+
"description": "Claude Code multi-provider & channels toolkit (by next-bin)",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"cc-helper": "dist/cli.js"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "node scripts/build.js",
|
|
11
|
+
"test": "vitest run",
|
|
12
|
+
"test:watch": "vitest",
|
|
13
|
+
"prepublishOnly": "npm run build"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"claude code",
|
|
17
|
+
"coding plan",
|
|
18
|
+
"weixin",
|
|
19
|
+
"compliance",
|
|
20
|
+
"plugins",
|
|
21
|
+
"cli"
|
|
22
|
+
],
|
|
23
|
+
"author": "next-bin",
|
|
24
|
+
"license": "AGPL-3.0",
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/next-bin/cc-helper.git"
|
|
28
|
+
},
|
|
29
|
+
"homepage": "https://github.com/next-bin/cc-helper#readme",
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/next-bin/cc-helper/issues"
|
|
32
|
+
},
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=14.0.0"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist/",
|
|
38
|
+
"README.md",
|
|
39
|
+
"README-zh.md",
|
|
40
|
+
"LICENSE"
|
|
41
|
+
],
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"@types/node": "^20.11.0",
|
|
44
|
+
"esbuild": "^0.27.3",
|
|
45
|
+
"typescript": "^5.3.3",
|
|
46
|
+
"vitest": "^4.0.18"
|
|
47
|
+
}
|
|
48
|
+
}
|