{ "name": "beam-mcp", "version": "1.1.0", "description": "MCP Server für BEAM (Deutsche Bahn Enterprise Architektur)", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "login": "npm run build && node dist/login.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "playwright": "^1.59.1" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.0.0" } }