| { | |
| "name": "ai-chat-application", | |
| "version": "1.0.0", | |
| "description": "AI Chat Application with Character Cards and ComfyUI Integration", | |
| "main": "server.js", | |
| "type": "module", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "cors": "^2.8.5", | |
| "node-fetch": "^3.3.2", | |
| "multer": "^1.4.5-lts.1", | |
| "png-chunk-text": "^1.0.0", | |
| "png-chunks-extract": "^1.0.0", | |
| "pdfkit": "^0.13.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| } | |
| } |