Files
oh-my-opencode/packages/windows-x64/package.json
github-actions[bot] fbd3e7aabe release: v3.16.0
2026-04-08 10:04:19 +00:00

23 lines
413 B
JSON

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