package.json
{
"name": "asksusisu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "node tests/sample.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"codecov": "^1.0.1",
"express": "^4.14.0",
"node-telegram-bot-api": "^0.23.3",
"request": "^2.74.0",
"requestify": "^0.1.17"
}
}