{ "name": "amayo", "version": "0.11.2", "description": "", "main": "src/main.ts", "scripts": { "start": "npx tsx watch src/main.ts", "dev": "npx tsx watch src/main.ts", "dev:light": "CACHE_MESSAGES_LIMIT=25 CACHE_MEMBERS_LIMIT=50 SWEEP_MESSAGES_LIFETIME_SECONDS=600 SWEEP_MESSAGES_INTERVAL_SECONDS=240 npx tsx watch --clear-screen=false src/main.ts", "dev:mem": "MEMORY_LOG_INTERVAL_SECONDS=120 npx tsx watch src/main.ts", "start:prod": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=384 npx tsx src/main.ts", "typecheck": "tsc --noEmit" }, "keywords": [ ], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@google/genai": "1.20.0", "@google/generative-ai": "0.24.1", "@prisma/client": "6.16.2", "discord-api-types": "0.38.24", "discord.js": "14.22.1", "prisma": "6.16.2", "redis": "5.8.2" }, "devDependencies": { "@types/node": "24.3.1", "ts-node": "10.9.2", "typescript": "5.9.2" } }