| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "fmode-image",
- "version": "0.1.0",
- "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",
- "main": "./lib/fmode-image.mjs",
- "exports": {
- ".": {
- "import": "./lib/fmode-image.mjs",
- "default": "./lib/fmode-image.mjs"
- }
- },
- "bin": {
- "fmode-image": "./bin/fmode-image.js"
- },
- "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"
- }
- }
|