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