mpp-openai-bot/package.json
2021-12-21 22:45:39 -05:00

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"
}
}