hocai-connect 0.4.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 (3) hide show
  1. package/bin.js +4 -0
  2. package/dist/cli.js +40193 -0
  3. package/package.json +16 -0
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "hocai-connect",
3
+ "version": "0.4.0",
4
+ "description": "Nối Claude trên máy học viên vào hocAI, và chạy việc AI ngay tại đó",
5
+ "bin": {
6
+ "hocai-connect": "bin.js"
7
+ },
8
+ "files": [
9
+ "bin.js",
10
+ "dist/"
11
+ ],
12
+ "engines": {
13
+ "node": ">=20"
14
+ },
15
+ "license": "UNLICENSED"
16
+ }