ziex/pkg/@ziex/cli-linux-arm64/package.json
2026-03-29 01:30:44 +06:00

22 lines
375 B
JSON

{
"name": "@ziex/cli-linux-arm64",
"version": "0.1.0-dev.928",
"description": "ziex CLI binary for Linux ARM64",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"bin": {
"zx": "bin/zx",
"ziex": "bin/zx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ziex-dev/ziex.git"
},
"license": "MIT",
"preferUnplugged": true
}