matrix-chatgpt-bot/package.json
2023-10-27 16:00:34 +01:00

34 lines
875 B
JSON

{
"name": "matrix-chatgpt-bot",
"version": "3.1.3",
"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.7",
"@keyv/redis": "^2.7.0",
"@keyv/sqlite": "^3.6.5",
"@waylaidwanderer/chatgpt-api": "^1.37.2",
"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.5",
"typescript": "^5.1.6",
"znv": "^0.3.2",
"zod": "^3.21.4"
}
}