Files
oh-my-openagent/packages/windows-x64/package.json
github-actions[bot] 4f26e99ee7 release: v3.1.10
2026-01-31 03:52:22 +00:00

23 lines
412 B
JSON

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