2022-12-09 04:41:17 -05:00
|
|
|
{
|
|
|
|
"name": "matrix-chatgpt-bot",
|
2023-02-04 12:28:54 -05:00
|
|
|
"version": "2.1.0",
|
2022-12-09 04:41:17 -05:00
|
|
|
"main": "dist/index.js",
|
2023-01-08 10:48:47 -05:00
|
|
|
"repository": "git@github.com:matrixgpt/matrix-chatgpt-bot.git",
|
2022-12-09 04:41:17 -05:00
|
|
|
"author": "Jake Coppinger <jake@jakecoppinger.com>",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"type": "module",
|
|
|
|
"engines": {
|
2023-01-08 11:24:49 -05:00
|
|
|
"node": ">=18.12.1"
|
2022-12-09 04:41:17 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-07 03:43:58 -05:00
|
|
|
"build": "rm -f tsconfig.tsbuildinfo && yarn tsc",
|
2023-02-04 11:58:43 -05:00
|
|
|
"start": "node --enable-source-maps dist/index.js",
|
2023-02-07 03:43:58 -05:00
|
|
|
"typecheck": "yarn tsc"
|
2022-12-09 04:41:17 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-04 11:58:43 -05:00
|
|
|
"@keyv/mongo": "^2.1.8",
|
|
|
|
"@keyv/postgres": "^1.4.1",
|
|
|
|
"@keyv/redis": "^2.5.4",
|
|
|
|
"@keyv/sqlite": "^3.6.4",
|
2023-02-08 11:13:31 -05:00
|
|
|
"@waylaidwanderer/chatgpt-api": "^1.10.5",
|
2023-01-03 10:04:28 -05:00
|
|
|
"dotenv": "^16.0.3",
|
2023-02-04 11:58:43 -05:00
|
|
|
"hash.js": "^1.1.7",
|
|
|
|
"keyv": "^4.5.2",
|
|
|
|
"keyv-file": "^0.2.0",
|
2023-01-08 15:19:43 -05:00
|
|
|
"markdown-it": "^13.0.1",
|
2022-12-28 22:22:16 -05:00
|
|
|
"matrix-bot-sdk": "^0.6.3",
|
2023-02-04 13:27:57 -05:00
|
|
|
"typescript": "^4.9.5",
|
2022-12-29 06:11:52 -05:00
|
|
|
"znv": "^0.3.2",
|
2023-02-08 11:48:58 -05:00
|
|
|
"zod": "^3.20.3"
|
2022-12-09 04:41:17 -05:00
|
|
|
}
|
|
|
|
}
|