mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
28 lines
439 B
JSON
28 lines
439 B
JSON
{
|
|
"name": "@aaif/goose-binary-linux-x64",
|
|
"version": "0.17.0",
|
|
"description": "Goose binary for Linux x64",
|
|
"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": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"bin/goose"
|
|
]
|
|
}
|