Files
goose/ui/goose-binary/goose-binary-darwin-x64/package.json
T

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"
]
}