@chikhamx/voidx 3.2.0 → 3.2.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/bin/postinstall.js +431 -431
- package/bin/voidx.js +393 -391
- package/package.json +33 -33
package/package.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@chikhamx/voidx",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "npm launcher for voidx, a terminal AI coding agent.",
|
|
5
|
-
"bin": {
|
|
6
|
-
"voidx": "bin/voidx.js"
|
|
7
|
-
},
|
|
8
|
-
"files": [
|
|
9
|
-
"bin/"
|
|
10
|
-
],
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=16"
|
|
13
|
-
},
|
|
14
|
-
"os": [
|
|
15
|
-
"darwin",
|
|
16
|
-
"linux",
|
|
17
|
-
"win32"
|
|
18
|
-
],
|
|
19
|
-
"cpu": [
|
|
20
|
-
"x64",
|
|
21
|
-
"arm64"
|
|
22
|
-
],
|
|
23
|
-
"keywords": [
|
|
24
|
-
"ai",
|
|
25
|
-
"agent",
|
|
26
|
-
"coding-agent",
|
|
27
|
-
"cli"
|
|
28
|
-
],
|
|
29
|
-
"scripts": {
|
|
30
|
-
"postinstall": "node bin/postinstall.js",
|
|
31
|
-
"check": "node --check bin/voidx.js && node --check bin/postinstall.js"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@chikhamx/voidx",
|
|
3
|
+
"version": "3.2.2",
|
|
4
|
+
"description": "npm launcher for voidx, a terminal AI coding agent.",
|
|
5
|
+
"bin": {
|
|
6
|
+
"voidx": "bin/voidx.js"
|
|
7
|
+
},
|
|
8
|
+
"files": [
|
|
9
|
+
"bin/"
|
|
10
|
+
],
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=16"
|
|
13
|
+
},
|
|
14
|
+
"os": [
|
|
15
|
+
"darwin",
|
|
16
|
+
"linux",
|
|
17
|
+
"win32"
|
|
18
|
+
],
|
|
19
|
+
"cpu": [
|
|
20
|
+
"x64",
|
|
21
|
+
"arm64"
|
|
22
|
+
],
|
|
23
|
+
"keywords": [
|
|
24
|
+
"ai",
|
|
25
|
+
"agent",
|
|
26
|
+
"coding-agent",
|
|
27
|
+
"cli"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"postinstall": "node bin/postinstall.js",
|
|
31
|
+
"check": "node --check bin/voidx.js && node --check bin/postinstall.js"
|
|
32
|
+
}
|
|
33
|
+
}
|