initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user