aimpress-chatbot/package.json
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

19 lines
392 B
JSON

{
"name": "aimpress-bot",
"version": "1.0.0",
"description": "Content marketing bot",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"botbuilder": "^4.23.2",
"dotenv": "^16.5.0",
"express": "^4.17.1",
"google-translate-api": "^2.3.0",
"openai": "^3.0.0"
},
"scripts": {
"start": "node app.js"
},
"author": "",
"license": "ISC"
}