goose/ui/goose-binary/goose-binary-linux-arm64/package.json

28 lines
445 B
JSON

{
"name": "@aaif/goose-binary-linux-arm64",
"version": "0.17.0",
"description": "Goose binary for Linux ARM64",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/aaif-goose/goose.git"
},
"bin": {
"goose": "bin/goose"
},
"keywords": [
"goose",
"ai",
"agent",
"binary"
],
"os": [
"linux"
],
"cpu": [
"arm64"
],
"files": [
"bin/goose"
]
}