Files
oh-my-openagent/packages/darwin-x64/package.json
github-actions[bot] 7e0ab828f9 release: v3.5.1
2026-02-11 01:01:58 +00:00

23 lines
406 B
JSON

{
"name": "oh-my-opencode-darwin-x64",
"version": "3.5.1",
"description": "Platform-specific binary for oh-my-opencode (darwin-x64)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-yeongyu/oh-my-opencode"
},
"os": [
"darwin"
],
"cpu": [
"x64"
],
"files": [
"bin"
],
"bin": {
"oh-my-opencode": "./bin/oh-my-opencode"
}
}