mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
d4c86914fe
Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.5.8 to 2.6.1. - [Release notes](https://github.com/jaredwray/keyv/releases) - [Commits](https://github.com/jaredwray/keyv/commits) --- updated-dependencies: - dependency-name: "@keyv/redis" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
875 B
JSON
34 lines
875 B
JSON
{
|
|
"name": "matrix-chatgpt-bot",
|
|
"version": "3.1.1",
|
|
"main": "dist/index.js",
|
|
"repository": "git@github.com:matrixgpt/matrix-chatgpt-bot.git",
|
|
"author": "Max Kammler <max.kammler@ucc.ovgu.de>",
|
|
"license": "AGPL-3.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18.12.1"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -f tsconfig.tsbuildinfo && yarn tsc",
|
|
"start": "node --enable-source-maps dist/index.js",
|
|
"typecheck": "yarn tsc"
|
|
},
|
|
"dependencies": {
|
|
"@keyv/mongo": "^2.2.8",
|
|
"@keyv/postgres": "^1.4.5",
|
|
"@keyv/redis": "^2.6.1",
|
|
"@keyv/sqlite": "^3.6.5",
|
|
"@waylaidwanderer/chatgpt-api": "^1.37.0",
|
|
"dotenv": "^16.3.1",
|
|
"hash.js": "^1.1.7",
|
|
"keyv": "^4.5.2",
|
|
"keyv-file": "^0.2.0",
|
|
"markdown-it": "^13.0.1",
|
|
"matrix-bot-sdk": "^0.6.3",
|
|
"typescript": "^5.1.3",
|
|
"znv": "^0.3.2",
|
|
"zod": "^3.21.4"
|
|
}
|
|
}
|