2019-02-19 14:01:46 +01:00
|
|
|
{
|
|
|
|
"name": "trackmyd-bot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "trackmyd telegram bot",
|
|
|
|
"main": "server.js",
|
2019-02-19 14:05:03 +01:00
|
|
|
"dependencies": {
|
|
|
|
"bunyan": "^1.8.12",
|
|
|
|
"node-fetch": "^2.3.0",
|
|
|
|
"telebot": "^1.2.6"
|
|
|
|
},
|
2019-02-19 14:01:46 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^5.14.1",
|
|
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
|
|
"eslint-plugin-import": "^2.16.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/frab1t/trackmyd-bot.git"
|
|
|
|
},
|
|
|
|
"author": "frab1t",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/frab1t/trackmyd-bot/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/frab1t/trackmyd-bot#readme"
|
|
|
|
}
|