Files
droidclaw/package.json
2026-02-07 18:04:46 +05:30

24 lines
642 B
JSON

{
"name": "droidclaw",
"version": "1.0.0",
"description": "AI agent that takes control of your Android phone — give it a goal, it figures out the taps",
"type": "module",
"scripts": {
"start": "bun run src/kernel.ts",
"build": "bun build src/kernel.ts --outdir dist --target bun",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.700.0",
"@openrouter/ai-sdk-provider": "^2.1.1",
"ai": "^6.0.72",
"fast-xml-parser": "^4.5.0",
"openai": "^4.73.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.1.0",
"typescript": "^5.6.0"
}
}