update dependencies, description

This commit is contained in:
2025-07-05 12:51:00 +00:00
parent d4ee457d74
commit 5c51acc8d1
2 changed files with 8 additions and 9 deletions

13
package-lock.json generated
View File

@ -1,21 +1,21 @@
{
"name": "pleroma-ollama-bot",
"version": "1.0.0",
"version": "1.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pleroma-ollama-bot",
"version": "1.0.0",
"version": "1.0.5",
"dependencies": {
"@prisma/client": "^6.10.1",
"@types/node": "^24.0.5",
"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"
}
@ -164,10 +164,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.0.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.5.tgz",
"integrity": "sha512-CXEG9E7GCTOZIre0WdDznmnhvF7xi7AmnP/zF496trmLiqlfdtxp9nPRgLVqfmJ8jgtcKcs0EcvOu2yDZSuvTg==",
"license": "MIT",
"version": "24.0.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz",
"integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
"dependencies": {
"undici-types": "~7.8.0"
}

View File

@ -9,16 +9,16 @@
"type": "module",
"keywords": [],
"author": "NiceCrew",
"description": "A simple bot that responds to activities from Pleroma instances using Ollama's API.",
"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",
"@types/node": "^24.0.5",
"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"
}