package.json 1009 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "fmode-image",
  3. "version": "0.2.0",
  4. "description": "AI图像生成器。7种模式(--app/--arch/--explode/--product/--scene/--slide),零依赖纯ESM,自动读API Key。",
  5. "main": "./lib/fmode-image.mjs",
  6. "exports": {
  7. ".": {
  8. "import": "./lib/fmode-image.mjs",
  9. "default": "./lib/fmode-image.mjs"
  10. }
  11. },
  12. "bin": {
  13. "fmode-image": "./bin/fmode-image.js"
  14. },
  15. "files": [
  16. "lib/",
  17. "bin/",
  18. "skills/",
  19. "scripts/",
  20. "README.md",
  21. "LICENSE",
  22. "skill-package-manifest.json"
  23. ],
  24. "keywords": [
  25. "fmode",
  26. "image",
  27. "ai",
  28. "architecture",
  29. "diagram",
  30. "scene",
  31. "product",
  32. "design",
  33. "explode",
  34. "presentation"
  35. ],
  36. "license": "MIT",
  37. "repository": {
  38. "type": "git",
  39. "url": "git+https://github.com/fmodecn/fmode-image.git"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/fmodecn/fmode-image/issues"
  43. },
  44. "homepage": "https://github.com/fmodecn/fmode-image#readme",
  45. "engines": {
  46. "node": ">=18"
  47. }
  48. }