package.json•1.96 kB
{
"name": "@lupinlin1/imagegen-mcp",
"version": "1.0.5",
"description": "MCP server to generate images from text using OpenAI's API - Enhanced version with improved installation",
"keywords": [
"mcp",
"openai",
"image",
"generation",
"imagegen",
"mcp-server",
"claude",
"cursor",
"ai-tools"
],
"author": "LupinLin1 (Enhanced from Anthony Maurin)",
"homepage": "https://github.com/LupinLin1/imagegen-mcp#readme",
"bugs": {
"url": "https://github.com/LupinLin1/imagegen-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LupinLin1/imagegen-mcp.git"
},
"license": "ISC",
"type": "module",
"main": "dist/index.js",
"bin": {
"imagegen-mcp": "./bin/imagegen-mcp.js"
},
"preferGlobal": true,
"engines": {
"node": ">=18.0.0"
},
"os": ["darwin", "linux", "win32"],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "npm run build",
"postinstall": "echo \"✅ imagegen-mcp installed successfully! Run 'imagegen-mcp --help' to get started.\"",
"config:generate": "node scripts/generate-configs.js",
"config:quick": "node scripts/quick-config.js",
"publish:check": "node scripts/pre-publish-check.js",
"publish:all": "./scripts/publish.sh"
},
"files": [
"dist/**/*",
"bin/**/*",
"README.md",
"LICENSE",
".env.example"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"@types/form-data": "^2.2.1",
"dotenv": "^16.3.1",
"form-data": "^4.0.2",
"formdata-node": "^6.0.3",
"install": "^0.13.0",
"node-fetch": "^3.3.2",
"npm": "^11.3.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/uuid": "^10.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}