UNPKG

@snahrup/notion-hero-image-mcp

Version:

AI-powered animated hero banner generator for Notion pages. Integrates DALL-E 3, Google Veo 3, Cloudinary CDN, and Notion API.

71 lines (70 loc) 1.74 kB
{ "name": "@snahrup/notion-hero-image-mcp", "version": "1.0.0", "description": "AI-powered animated hero banner generator for Notion pages. Integrates DALL-E 3, Google Veo 3, Cloudinary CDN, and Notion API.", "type": "module", "main": "dist/index.js", "bin": { "notion-hero-mcp": "./dist/index.js", "notion-hero-mcp-setup": "./setup-wizard.js" }, "files": [ "dist/**/*", "README.md", "LICENSE", ".env.example", "setup-wizard.js", "post-install.js", "setup.bat", "setup.sh" ], "keywords": [ "mcp", "notion", "dalle", "veo", "ai", "animation", "hero-image", "banner", "cloudinary", "model-context-protocol" ], "author": "Steve Simkins", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/snahrup/notion-hero-image-mcp.git" }, "bugs": { "url": "https://github.com/snahrup/notion-hero-image-mcp/issues" }, "homepage": "https://github.com/snahrup/notion-hero-image-mcp#readme", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "jest", "setup": "node setup-wizard.js", "postinstall": "node post-install.js" }, "dependencies": { "@google-cloud/vertexai": "^1.9.2", "@modelcontextprotocol/sdk": "^1.16.0", "@notionhq/client": "^2.2.17", "cloudinary": "^2.5.1", "dotenv": "^17.2.0", "fluent-ffmpeg": "^2.1.3", "node-fetch": "^3.3.2", "openai": "^4.77.3" }, "devDependencies": { "@types/fluent-ffmpeg": "^2.1.27", "@types/jest": "^29.5.14", "@types/node": "^22.10.2", "jest": "^29.7.0", "ts-jest": "^29.2.5", "tsx": "^4.19.2", "typescript": "^5.7.2" } }