{ "name": "fmode-image", "version": "2.0.0", "description": "AI架构图和场景插图生成器。6种模式(--app/--arch/--scene/--slide),自动读API Key,零依赖纯ESM。", "type": "module", "main": "./lib/fmode-image.mjs", "exports": { ".": { "import": "./lib/fmode-image.mjs", "default": "./lib/fmode-image.mjs" } }, "bin": { "fmode-image": "./bin/fmode-image.mjs" }, "files": [ "lib/", "bin/", "skills/", "scripts/", "README.md", "LICENSE", "skill-package-manifest.json" ], "keywords": ["fmode", "image", "ai", "architecture", "diagram", "scene", "presentation"], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fmodecn/fmode-image.git" }, "bugs": { "url": "https://github.com/fmodecn/fmode-image/issues" }, "homepage": "https://github.com/fmodecn/fmode-image#readme", "engines": { "node": ">=18" } }