vibecanvas-windows-x64 0.0.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/vibecanvas.exe +0 -0
- package/bin/vibecanvas.exe.sha256 +1 -0
- package/package.json +16 -0
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ed431e084ba33837db50e962d318ac805469423e67b628902285f6be7f7cf229 vibecanvas.exe
|
package/package.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "vibecanvas-windows-x64",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"os": [
|
|
5
|
+
"win32"
|
|
6
|
+
],
|
|
7
|
+
"cpu": [
|
|
8
|
+
"x64"
|
|
9
|
+
],
|
|
10
|
+
"bin": {
|
|
11
|
+
"vibecanvas": "./bin/vibecanvas.exe"
|
|
12
|
+
},
|
|
13
|
+
"description": "Run your agents in an infinite canvas (win32 x64)",
|
|
14
|
+
"author": "Omar Ezzat",
|
|
15
|
+
"license": "MIT"
|
|
16
|
+
}
|