aimpress-chatbot/package.json
“SamoilenkoVadym” 205d62e282 Your commit message
2025-04-27 19:29:04 +01:00

17 lines
No EOL
337 B
JSON

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