package.json•1.03 kB
{
"name": "bfl-mcp-server",
"version": "1.0.3",
"description": "Model Context Protocol server for Black Forest Labs FLUX image generation and editing",
"type": "module",
"bin": {
"bfl-mcp-server": "dist/index.js"
},
"main": "./dist/index.js",
"scripts": {
"build": "tsc && chmod +x ./dist/index.js",
"dev": "tsx src/index.ts",
"test": "node --test"
},
"keywords": [
"mcp",
"model-context-protocol",
"black-forest-labs",
"flux",
"kontext",
"image-generation",
"ai",
"bfl",
"flux-kontext"
],
"author": "elhombrejd",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/elhombrejd/bfl_mcp.git"
},
"homepage": "https://github.com/elhombrejd/bfl_mcp",
"files": [
"dist/**/*",
"README.md"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"tsx": "^4.19.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18"
}
}