{ "name": "maestro", "version": "0.1.0", "private": true, "type": "module", "description": "多项目 TODO 管理与 Agent 执行系统(本地优先 daemon)", "engines": { "node": ">=20" }, "bin": { "maestro": "dist/cli/index.js", "maestro-mcp": "dist/mcp/index.js" }, "scripts": { "build": "tsc -p tsconfig.json && cp src/store/schema.sql dist/store/schema.sql", "typecheck": "tsc -p tsconfig.json --noEmit", "dev": "tsx src/daemon/index.ts", "test": "tsx --test test/*.test.ts" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.175", "@fastify/multipart": "^8.3.1", "@modelcontextprotocol/sdk": "^1.29.0", "better-sqlite3": "^11.3.0", "fastify": "^4.28.1", "nanoid": "^5.0.7", "ws": "^8.18.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/node": "^20.14.0", "@types/ws": "^8.5.12", "tsx": "^4.16.5", "typescript": "^5.5.4" } }