mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
26 lines
394 B
JSON
26 lines
394 B
JSON
{
|
|
"name": "@aaif/goose-binary-darwin-x64",
|
|
"version": "0.1.0",
|
|
"description": "Goose binary for macOS x64",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/block/goose.git"
|
|
},
|
|
"keywords": [
|
|
"goose",
|
|
"ai",
|
|
"agent",
|
|
"binary"
|
|
],
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"bin/goose"
|
|
]
|
|
}
|