Files
oh-my-openagent/packages/darwin-arm64/package.json
2026-03-18 14:02:01 +09:00

23 lines
416 B
JSON

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