initial commit
This commit is contained in:
commit
294af02da5
5 changed files with 314 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "lydia-discord-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "Discord bot frontend for Ollama AI assistant",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node start.js",
|
||||
"dev": "node --watch index.js",
|
||||
"bot": "node index.js"
|
||||
},
|
||||
"keywords": ["discord", "bot", "ollama", "ai", "assistant"],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.14.1",
|
||||
"axios": "^1.6.2",
|
||||
"toml": "^3.0.0",
|
||||
"dotenv": "^16.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue