{ "name": "claude-chat-api", "version": "1.0.0", "description": "API-Server fuer Claude Desktop PWA", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "dependencies": { "express": "^4.21.0", "ws": "^8.18.0", "cors": "^2.8.5", "@anthropic-ai/claude-agent-sdk": "^0.2.104", "uuid": "^10.0.0" } }