{ "name": "pleroma-ollama-bot", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "NiceCrew", "description": "A bot that responds to activities from Pleroma instances using Ollama's API.", "dependencies": { "@types/node": "^24.0.5", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "devDependencies": { "prisma": "^6.10.1" } }