mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
32bf2a66a7
Bumps [@waylaidwanderer/chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api) from 1.28.0 to 1.29.2. - [Release notes](https://github.com/waylaidwanderer/node-chatgpt-api/releases) - [Commits](https://github.com/waylaidwanderer/node-chatgpt-api/commits) --- updated-dependencies: - dependency-name: "@waylaidwanderer/chatgpt-api" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
877 B
JSON
34 lines
877 B
JSON
{
|
|
"name": "matrix-chatgpt-bot",
|
|
"version": "2.1.0",
|
|
"main": "dist/index.js",
|
|
"repository": "git@github.com:matrixgpt/matrix-chatgpt-bot.git",
|
|
"author": "Jake Coppinger <jake@jakecoppinger.com>",
|
|
"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.1.8",
|
|
"@keyv/postgres": "^1.4.1",
|
|
"@keyv/redis": "^2.5.4",
|
|
"@keyv/sqlite": "^3.6.4",
|
|
"@waylaidwanderer/chatgpt-api": "^1.29.2",
|
|
"dotenv": "^16.0.3",
|
|
"hash.js": "^1.1.7",
|
|
"keyv": "^4.5.2",
|
|
"keyv-file": "^0.2.0",
|
|
"markdown-it": "^13.0.1",
|
|
"matrix-bot-sdk": "^0.6.3",
|
|
"typescript": "^4.9.5",
|
|
"znv": "^0.3.2",
|
|
"zod": "^3.20.6"
|
|
}
|
|
}
|