{ "name": "geminibot", "version": "1.0.0", "main": "geminibot.js", "license": "MIT", "private": true, "scripts": { "build": "tsc --build tsconfig.json", "start": "node geminibot.js" }, "dependencies": { "@elastic/elasticsearch": "^8.14.0", "@google/generative-ai": "^0.14.1", "@types/node": "^20.14.10", "jimp": "^0.22.12", "masto": "^6.8.0", "typescript": "^5.5.3" } }