22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|