{ "name": "mailgenie", "version": "1.0.0", "description": "MCP server for read-only access to macOS Mail.app", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://tangled.org/aparker.io/mailgenie" }, "engines": { "bun": ">=1.0.0" }, "scripts": { "build": "bun run tsc", "start": "bun run dist/index.js", "test": "bun test", "lint": "bunx biome check src/", "lint:fix": "bunx biome check --write src/", "typecheck": "bun run tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "better-sqlite3": "^11.9.1", "zod": "^3.24.2" }, "devDependencies": { "@biomejs/biome": "^1.9.0", "@types/better-sqlite3": "^7.6.13", "@types/bun": "^1.3.9", "@types/node": "^22.15.3", "typescript": "^5.8.3" } }