package.json 647 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "fmode-image",
  3. "version": "1.0.0",
  4. "description": "Fmode Image Generator: 架构图和场景插图生成器。自动读取API Key,支持AI架构图(1792x1024)和场景插图(1024x1024)双模式,纯白底PNG直接用于PPT。",
  5. "type": "commonjs",
  6. "bin": {
  7. "fmode-image": "bin/fmode-image.js"
  8. },
  9. "files": [
  10. ".claude-plugin/",
  11. "bin/",
  12. "scripts/",
  13. "README.md",
  14. "skill-package-manifest.json",
  15. "skills/"
  16. ],
  17. "keywords": [
  18. "claude-code",
  19. "claude-skill",
  20. "fmode",
  21. "image",
  22. "architecture",
  23. "diagram",
  24. "illustration",
  25. "harness",
  26. "ppt"
  27. ],
  28. "license": "MIT"
  29. }