{ "name": "@stag-build/phonebook", "version": "0.1.6", "description": "Storybook-style static gallery generated from Compose @Preview / SwiftUI #Preview screenshots", "license": "MIT", "mcpName": "io.github.stag-build/phonebook", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/stag-build/phonebook.git" }, "homepage": "https://github.com/stag-build/phonebook#readme", "bugs": { "url": "https://github.com/stag-build/phonebook/issues" }, "keywords": [ "storybook", "compose", "jetpack-compose", "swiftui", "preview", "screenshot", "gallery", "mcp", "roborazzi" ], "bin": { "phonebook": "dist/cli.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "test": "vitest run", "dev": "tsx src/cli.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "commander": "^12.1.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^4.1.11" } }