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.
 

16 lines
304 B

{
"name": "mumble-telegram-bot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"prestart": "npm install",
"start": "node main.js"
},
"author": "",
"license": "GNU",
"dependencies": {
"mumble": "^0.3.15",
"node-telegram-bot-api": "^0.30.0"
}
}