Add files via upload

This commit is contained in:
tessmania90
2023-04-05 10:52:47 +02:00
committed by GitHub
commit 0f3e19d0ef
6 changed files with 743 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "chatgpt-mattermost-bot",
"version": "1.3.1",
"private": true,
"scripts": {
"start": "node ./src/botservice.js"
},
"dependencies": {
"@mattermost/client": "^7.8.0",
"babel-polyfill": "^6.26.0",
"debug-level": "3.0.0",
"form-data": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"openai": "^3.2.1",
"ws": "^8.12.1"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
}
}