Files
oh-my-openagent/packages/darwin-arm64/package.json
github-actions[bot] 5d1f917633 release: v3.0.0-beta.11
2026-01-19 06:34:40 +00:00

23 lines
420 B
JSON

{
"name": "oh-my-opencode-darwin-arm64",
"version": "3.0.0-beta.11",
"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"
}
}