{ "name": "clawd", "private": true, "scripts": { "dashboard": "cd dashboard && npm run dev", "dashboard:build": "cd dashboard && npm run build", "dashboard:start": "cd dashboard && npm start", "search": "node tools/search.js", "lint": "cd dashboard && npm run lint" }, "dependencies": { "ollama": "^0.6.3" }, "description": "Clawd Agent Dashboard: A Next.js-based control center for monitoring and interacting with the Clawd AI agent.", "author": "Manohar Air", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/manohar6839/clawd-dashboard.git" } }