json { "name": "tshirt-ai-designer", "version": "1.0.0", "description": "AI T-Shirt Designer with Gemini API integration", "main": "index.html", "scripts": { "start": "python -m http.server 8000", "dev": "python -m http.server 8000" }, "keywords": ["ai", "tshirt", "design", "gemini", "mockup"], "author": "AI Designer", "license": "MIT", "dependencies": {} }