Files

23 lines
407 B
JSON
Raw Permalink Normal View History

{
"name": "oh-my-opencode-darwin-x64",
2026-05-14 06:38:21 +00:00
"version": "4.1.2",
"description": "Platform-specific binary for oh-my-opencode (darwin-x64)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-yeongyu/oh-my-openagent"
},
"os": [
"darwin"
],
"cpu": [
"x64"
],
"files": [
"bin"
],
"bin": {
"oh-my-opencode": "./bin/oh-my-opencode"
}
}