sugoma-local-ai/package.json

18 lines
335 B
JSON
Raw Permalink Normal View History

2024-08-28 12:07:32 +00:00
{
"name": "prankbot",
2024-08-28 14:30:59 +00:00
"type": "module",
2024-08-28 12:07:32 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2024-08-28 14:30:59 +00:00
"axios": "^1.7.5",
2024-08-28 12:07:32 +00:00
"discord.js-selfbot-v13": "^3.3.0",
2024-08-28 14:30:59 +00:00
"ollama": "^0.5.8"
2024-08-28 12:07:32 +00:00
}
}