19 lines
392 B
JSON
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"
|
|
}
|