2022-12-09 04:41:17 -05:00
|
|
|
{
|
|
|
|
"name": "matrix-chatgpt-bot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"repository": "git@github.com:jakecoppinger/matrix-chatgpt-bot.git",
|
|
|
|
"author": "Jake Coppinger <jake@jakecoppinger.com>",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"type": "module",
|
|
|
|
"engines": {
|
|
|
|
"node": "v18.12.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "rm -f tsconfig.tsbuildinfo && npx tsc",
|
|
|
|
"start": "node dist/index.js",
|
|
|
|
"typecheck": "npx tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-22 09:57:34 -05:00
|
|
|
"chatgpt": "^3.3.1",
|
2022-12-09 04:41:17 -05:00
|
|
|
"dotenv": "^14.2.0",
|
|
|
|
"matrix-bot-sdk": "^0.6.2",
|
2022-12-22 09:57:34 -05:00
|
|
|
"puppeteer": "^19.4.1",
|
2022-12-09 04:41:17 -05:00
|
|
|
"typescript": "^4.5.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
}
|
|
|
|
}
|