package.jsonā¢898 B
{
"name": "dad-joke-visualizer-mcp",
"version": "1.0.0",
"description": "MCP server for generating Dad Jokes with visualizations",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"vercel-build": "npm run build",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "node test.js",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"axios": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"gemini-nanobanana-mcp": "^0.1.7"
},
"devDependencies": {
"@types/cors": "^2.8.0",
"@types/express": "^4.17.0",
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"dad-jokes",
"visualization",
"ai"
],
"author": "Dad Joke Visualizer Team",
"license": "MIT"
}