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
427 B

{
"name": "translate-reboot",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"start": "npm run serve",
"serve": "node dist/bot-adapter.js"
},
"dependencies": {
"@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"
}
}