14 lines
303 B
JSON
14 lines
303 B
JSON
{
|
|
"name": "mpp-openai-bot",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@gitea.moe:the-dev-channel/mpp-openai-bot.git",
|
|
"author": "Hri7566 <hri7566@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^10.0.0",
|
|
"openai-api": "^1.2.6",
|
|
"ws": "^8.4.0"
|
|
}
|
|
}
|