{ "name": "@stargue/mcp-linkedin", "version": "0.1.0", "private": true, "type": "module", "scripts": { "build": "tsc --noEmit", "dev": "bun --watch src/server.ts", "typecheck": "tsc --noEmit", "test": "vitest run", "lint": "echo 'lint pending'" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.3", "@stargue/linkedin-client": "workspace:*", "@stargue/schema": "workspace:*", "@stargue/observability": "workspace:*", "zod": "^3.23.0" }, "devDependencies": { "vitest": "^2.1.0", "typescript": "^5.7.0" } }