| { | |
| "name": "gemini-rest-bridge", | |
| "version": "1.2.0", | |
| "description": "An optimized REST bridge to convert text prompts to text and speech using Gemini API", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "author": "Gemini Assistant", | |
| "license": "MIT", | |
| "dependencies": { | |
| "chalk": "^4.1.2", | |
| "cors": "^2.8.5", | |
| "express": "^4.19.2", | |
| "helmet": "^7.1.0", | |
| "morgan": "^1.10.0" | |
| } | |
| } | |