matrix-chatgpt-bot/package.json
dependabot[bot] 5baeb23459
Bump matrix-bot-sdk from 0.6.5 to 0.7.0
Bumps [matrix-bot-sdk](https://github.com/turt2live/matrix-bot-sdk) from 0.6.5 to 0.7.0.
- [Release notes](https://github.com/turt2live/matrix-bot-sdk/releases)
- [Changelog](https://github.com/turt2live/matrix-bot-sdk/blob/main/tsconfig-release.json)
- [Commits](https://github.com/turt2live/matrix-bot-sdk/compare/v0.6.5...v0.7.0)

---
updated-dependencies:
- dependency-name: matrix-bot-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 16:30:57 +00:00

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.0",
"@keyv/sqlite": "^3.6.6",
"@waylaidwanderer/chatgpt-api": "^1.37.3",
"dotenv": "^16.3.1",
"hash.js": "^1.1.7",
"keyv": "^4.5.4",
"keyv-file": "^0.2.0",
"markdown-it": "^13.0.2",
"matrix-bot-sdk": "0.7.0",
"typescript": "^5.2.2",
"znv": "^0.4.0",
"zod": "^3.22.4"
}
}