Files
goose/ui/text/package.json
T
2026-02-19 20:54:07 +00:00

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