package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "fmode-image",
  3. "version": "2.0.0",
  4. "description": "AI\u67b6\u6784\u56fe\u548c\u573a\u666f\u63d2\u56fe\u751f\u6210\u5668\u30026\u79cd\u6a21\u5f0f(--app/--arch/--scene/--slide)\uff0c\u81ea\u52a8\u8bfbAPI Key\uff0c\u96f6\u4f9d\u8d56\u7eafESM\u3002",
  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. "presentation"
  32. ],
  33. "license": "MIT",
  34. "repository": {
  35. "type": "git",
  36. "url": "git+https://github.com/fmodecn/fmode-image.git"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/fmodecn/fmode-image/issues"
  40. },
  41. "homepage": "https://github.com/fmodecn/fmode-image#readme",
  42. "engines": {
  43. "node": ">=18"
  44. }
  45. }