@getcolter/cli-linux-arm64
Advanced tools
+12
-5
| { | ||
| "name": "@getcolter/cli-linux-arm64", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Colter CLI binary for Linux ARM64", | ||
@@ -12,8 +12,15 @@ "license": "SEE LICENSE IN LICENSE", | ||
| "type": "git", | ||
| "url": "https://github.com/mfbahc/colter.git" | ||
| "url": "https://github.com/mfbahc/agentic-com.git" | ||
| }, | ||
| "os": ["linux"], | ||
| "cpu": ["arm64"], | ||
| "files": ["bin", "LICENSE"], | ||
| "os": [ | ||
| "linux" | ||
| ], | ||
| "cpu": [ | ||
| "arm64" | ||
| ], | ||
| "files": [ | ||
| "bin", | ||
| "LICENSE" | ||
| ], | ||
| "preferUnplugged": true | ||
| } |
Sorry, the diff of this file is not supported yet
25299235
4.61%