Files
agent/package.json
highperfocused f03c96f964
Some checks failed
Build and Push Docker Image / build (push) Failing after 22s
moa agent
2026-03-11 23:21:57 +01:00

22 lines
477 B
JSON

{
"name": "moa-agent",
"version": "1.0.0",
"description": "MoA agent powered by pi coding agent SDK",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts"
},
"dependencies": {
"@mariozechner/pi-ai": "^0.57.1",
"@mariozechner/pi-coding-agent": "^0.57.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.0.0",
"typescript": "^5.8.0"
}
}