| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "fmode-image",
- "version": "0.2.0",
- "description": "AI图像生成器。7种模式(--app/--arch/--explode/--product/--scene/--slide),零依赖纯ESM,自动读API Key。",
- "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",
- "product",
- "design",
- "explode",
- "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"
- }
- }
|