mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"name": "goose-text",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsx src/cli.tsx",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@agentclientprotocol/sdk": "^0.14.1",
|
|
"@goose/acp": "file:../acp",
|
|
"ink": "^5.1.0",
|
|
"ink-text-input": "^6.0.0",
|
|
"meow": "^13.2.0",
|
|
"react": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.2.3",
|
|
"@types/react": "^18.3.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|