Add files via upload
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user