Files
oh-my-openagent/packages/linux-arm64/package.json
github-actions[bot] a5db86ee15 release: v3.0.1
2026-01-25 05:04:20 +00:00

26 lines
438 B
JSON

{
"name": "oh-my-opencode-linux-arm64",
"version": "3.0.1",
"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"
}
}