Spaces:
Sleeping
Sleeping
| { | |
| "name": "server", | |
| "version": "1.0.0", | |
| "description": "Arabic Learning Application Backend Server with DuckDB and AI integration", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "start:tts": "tts_venv/bin/python3 tts_server.py", | |
| "start:all": "bash start_all.sh", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@fastify/cors": "^8.5.0", | |
| "@fastify/rate-limit": "^8.1.1", | |
| "axios": "^1.13.5", | |
| "dotenv": "^17.3.1", | |
| "duckdb": "^1.4.4", | |
| "fastify": "^4.29.1", | |
| "form-data": "^4.0.5", | |
| "translate-google": "^1.5.0" | |
| } | |
| } | |