ollama-discord-bot/package.json
semantic-release-bot c1ff9926c3 chore(release): 1.0.7 [skip ci]
## [1.0.7](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.6...v1.0.7) (2024-05-28)

### Bug Fixes

* **chat:** added option to lock bot to specific channel ([#2](https://github.com/The0mikkel/ollama-discord-bot/issues/2)) ([2b0c743](2b0c743a57))
2024-05-28 08:44:54 +00:00

20 lines
762 B
JSON

{
"name": "ollama-discord-bot",
"version": "1.0.7",
"description": "This Discord chatbot is built to follow the chat flow and have a conversation with the user. The bot is built using the discord.py library, and the chat is stored in Redis. The number of messages to have in context is configurable.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.3",
"@semantic-release/release-notes-generator": "^12.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2"
}
}