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

18 lines
413 B
JSON

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