You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
434 B
20 lines
434 B
{
|
|
"name": "translate-reboot",
|
|
"version": "0.5",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/bot-hooks.js"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/translate": "^6.3.1",
|
|
"@types/node": "^18.0.0",
|
|
"@types/node-telegram-bot-api": "^0.57.0",
|
|
"deepl-node": "^1.3.1",
|
|
"node-telegram-bot-api": "^0.57.0",
|
|
"tsc": "^2.0.4",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|