trackmyd-bot/package.json

31 lines
761 B
JSON
Raw Normal View History

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",
2019-07-23 21:38:51 +02:00
"url": "git+https://github.com/frsposito/trackmyd-bot.git"
2019-02-19 14:01:46 +01:00
},
2019-07-23 21:38:51 +02:00
"author": "frsposito",
2019-02-19 14:01:46 +01:00
"license": "GPL-3.0-or-later",
"bugs": {
2019-07-23 21:38:51 +02:00
"url": "https://github.com/frsposito/trackmyd-bot/issues"
2019-02-19 14:01:46 +01:00
},
2019-07-23 21:38:51 +02:00
"homepage": "https://github.com/frsposito/trackmyd-bot#readme"
2019-02-19 14:01:46 +01:00
}