{ "name": "lydia-discord-bot", "version": "1.0.0", "description": "Discord bot frontend for Ollama AI assistant", "main": "index.js", "scripts": { "start": "node start.js", "dev": "node --watch index.js", "bot": "node index.js" }, "keywords": ["discord", "bot", "ollama", "ai", "assistant"], "author": "", "license": "MIT", "dependencies": { "discord.js": "^14.14.1", "axios": "^1.6.2", "toml": "^3.0.0", "dotenv": "^16.3.1" }, "engines": { "node": ">=16.0.0" } }