Files
oh-my-openagent/packages/linux-x64/package.json
github-actions[bot] f27fd9a6de release: v3.10.0
2026-03-02 06:27:47 +00:00

26 lines
433 B
JSON

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