mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
40e7b412d8
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.1 to 16.4.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.3.1...v16.4.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
845 B
JSON
33 lines
845 B
JSON
{
|
|
"name": "matrix-chatgpt-bot",
|
|
"version": "3.1.4",
|
|
"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/postgres": "^1.4.9",
|
|
"@keyv/redis": "^2.8.3",
|
|
"@keyv/sqlite": "^3.6.7",
|
|
"@waylaidwanderer/chatgpt-api": "^1.37.3",
|
|
"dotenv": "^16.4.1",
|
|
"hash.js": "^1.1.7",
|
|
"keyv": "^4.5.4",
|
|
"keyv-file": "^0.3.0",
|
|
"markdown-it": "^14.0.0",
|
|
"matrix-bot-sdk": "0.7.1",
|
|
"typescript": "^5.3.3",
|
|
"znv": "^0.4.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|