matrix-chatgpt-bot/package.json

33 lines
846 B
JSON
Raw Normal View History

2022-12-09 09:41:17 +00:00
{
"name": "matrix-chatgpt-bot",
2024-02-21 14:43:26 +00:00
"version": "3.1.5",
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/postgres": "^1.4.10",
"@keyv/redis": "^2.8.4",
"@keyv/sqlite": "^3.6.7",
"@waylaidwanderer/chatgpt-api": "^1.37.3",
"dotenv": "^16.4.5",
2023-02-04 16:58:43 +00:00
"hash.js": "^1.1.7",
"keyv": "^4.5.4",
"keyv-file": "^0.3.1",
"markdown-it": "^14.1.0",
"matrix-bot-sdk": "0.7.1",
"typescript": "^5.4.5",
"znv": "^0.4.0",
"zod": "^3.22.4"
2022-12-09 09:41:17 +00:00
}
}