Files
oh-my-openagent/packages/darwin-x64/package.json
github-actions[bot] bad98e88ec release: v3.0.0-beta.8
2026-01-15 17:50:06 +00:00

17 lines
389 B
JSON

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