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.
 

18 lines
364 B

{
"name": "commonroutesBot",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"prestart": "npm install",
"start": "node main.js"
},
"author": "",
"license": "GPLv3",
"dependencies": {
"node-telegram-bot-api": "^0.30.0",
"express": "^4.7.1",
"method-override": "^2.1.2",
"body-parser": "latest"
}
}