{ "name": "@keeper.sh/mcp", "private": true, "type": "module", "main": "src/index.ts", "scripts": { "dev": "bun run --hot src/index.ts", "build": "bun scripts/build.ts", "start": "bun run dist/index.js", "types": "tsc --noEmit", "test": "vitest run", "lint": "oxlint ." }, "dependencies": { "@keeper.sh/auth": "workspace:*", "@keeper.sh/database": "workspace:*", "@keeper.sh/otelemetry": "workspace:*", "@modelcontextprotocol/sdk": "1.27.1", "arkenv": "^0.11.0", "entrykit": "^0.1.3", "widelogger": "^0.7.0", "zod": "^4.3.5" }, "devDependencies": { "@keeper.sh/typescript-config": "workspace:*", "@types/bun": "latest", "typescript": "5.9.3", "vitest": "^4.1.4" } }