{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@google/generative-ai": "^0.1.0", "express": "^4.18.2" }, "devDependencies": { "@types/express": "^4.17.17", "typescript": "^5.0.0" } }