Files
oh-my-openagent/packages/darwin-x64/package.json
github-actions[bot] 456d9cea65 release: v3.1.8
2026-01-30 02:58:12 +00:00

23 lines
406 B
JSON

{
"name": "oh-my-opencode-darwin-x64",
"version": "3.1.8",
"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"
}
}