Files
pleroma-ollama-bot/package.json

26 lines
643 B
JSON

{
"name": "pleroma-ollama-bot",
"version": "1.0.7",
"main": "index.js",
"scripts": {
"start": "tsc && node -r dotenv/config dist/main.js",
"build": "tsc"
},
"type": "module",
"keywords": [],
"author": "NiceCrew",
"description": "A simple bot that responds to activities from Pleroma instances using Ollama's API at a configurable interval.",
"dependencies": {
"@prisma/client": "^6.10.1",
"dotenv": "^17.0.0",
"striptags": "^3.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@types/ws": "^8.18.1",
"prisma": "^6.10.1"
}
}