{
  "name": "image-genv3",
  "version": "1.1.0",
  "description": "AI-powered image generation package to create stunning visuals from text prompts.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "image-generation",
    "ai",
    "node.js",
    "javascript"
  ],
  "author": "Sam Brave",
  "license": "MIT",
  "dependencies": {
    "node-fetch": "^3.3.2",
    "sharp": "^0.33.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your-repo/image-genv3.git"
  }
}
