{ "name": "@cookwith/recipe-mcp", "version": "1.0.3", "description": "MCP server for AI-powered recipe generation and transformation", "type": "module", "main": "mcp-server.ts", "bin": { "recipe-mcp": "./bin/recipe-mcp.js" }, "scripts": { "start": "tsx mcp-server.ts", "dev": "tsx --watch mcp-server.ts", "build": "tsc --noEmit", "test": "vitest" }, "keywords": [ "mcp", "modelcontextprotocol", "recipe", "cooking", "ai", "llm" ], "author": "Cookwith", "license": "MIT", "mcpName": "io.github.jkakar/recipe-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.2", "dotenv": "^16.4.5", "tsx": "^4.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "vitest": "^3.2.4" }, "repository": { "type": "git", "url": "git+https://github.com/blaideinc/recipe-mcp.git" }, "homepage": "https://cookwith.co", "engines": { "node": ">=20.0.0" } }