| { | |
| "name": "chataibot-api-proxy", | |
| "version": "1.0.0", | |
| "description": "ChatAIBot API Proxy - HuggingFace Spaces Edition", | |
| "type": "module", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| }, | |
| "dependencies": { | |
| "pg": "^8.13.0" | |
| } | |
| } | |