mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
8c4d399e02
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.13 to 3.5.1. - [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases) - [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.13...v3.5.1) --- updated-dependencies: - dependency-name: chatgpt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
694 B
JSON
30 lines
694 B
JSON
{
|
|
"name": "matrix-chatgpt-bot",
|
|
"version": "1.2.3",
|
|
"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 && npx tsc",
|
|
"start": "node dist/index.js",
|
|
"typecheck": "npx tsc"
|
|
},
|
|
"dependencies": {
|
|
"chatgpt": "^3.5.1",
|
|
"dotenv": "^16.0.3",
|
|
"markdown-it": "^13.0.1",
|
|
"matrix-bot-sdk": "^0.6.3",
|
|
"puppeteer": "^19.4.1",
|
|
"typescript": "^4.9.4",
|
|
"znv": "^0.3.2",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|