Files
oh-my-openagent/packages/darwin-arm64/package.json
github-actions[bot] 68c8f3dda7 release: v3.1.5
2026-01-28 14:15:42 +00:00

23 lines
412 B
JSON

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