17 lines
No EOL
337 B
JSON
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"
|
|
} |