Files
oh-my-openagent/packages/linux-x64-musl/package.json
github-actions[bot] e84fce3121 release: v3.8.1
2026-02-22 03:37:21 +00:00

26 lines
441 B
JSON

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