matrix-chatgpt-bot/package.json

34 lines
875 B
JSON
Raw Normal View History

2022-12-09 09:41:17 +00:00
{
"name": "matrix-chatgpt-bot",
"version": "3.1.3",
2022-12-09 09:41:17 +00:00
"main": "dist/index.js",
"repository": "git@github.com:matrixgpt/matrix-chatgpt-bot.git",
"author": "Max Kammler <max.kammler@ucc.ovgu.de>",
2022-12-09 09:41:17 +00:00
"license": "AGPL-3.0",
"type": "module",
"engines": {
2023-01-08 16:24:49 +00:00
"node": ">=18.12.1"
2022-12-09 09:41:17 +00:00
},
"scripts": {
"build": "rm -f tsconfig.tsbuildinfo && yarn tsc",
2023-02-04 16:58:43 +00:00
"start": "node --enable-source-maps dist/index.js",
"typecheck": "yarn tsc"
2022-12-09 09:41:17 +00:00
},
"dependencies": {
"@keyv/mongo": "^2.2.8",
"@keyv/postgres": "^1.4.7",
"@keyv/redis": "^2.7.0",
"@keyv/sqlite": "^3.6.5",
"@waylaidwanderer/chatgpt-api": "^1.37.2",
"dotenv": "^16.3.1",
2023-02-04 16:58:43 +00:00
"hash.js": "^1.1.7",
"keyv": "^4.5.2",
"keyv-file": "^0.2.0",
2023-01-08 20:19:43 +00:00
"markdown-it": "^13.0.1",
2023-10-27 15:00:34 +00:00
"matrix-bot-sdk": "^0.6.5",
"typescript": "^5.1.6",
2022-12-29 11:11:52 +00:00
"znv": "^0.3.2",
"zod": "^3.21.4"
2022-12-09 09:41:17 +00:00
}
}