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