trackmyd-bot/package.json

32 lines
808 B
JSON
Raw Normal View History

2019-02-19 14:01:46 +01:00
{
"name": "trackmyd-bot",
"version": "1.0.0",
2020-05-12 23:40:49 +02:00
"description": "A telegram bot to track your devices.",
2019-02-19 14:01:46 +01:00
"main": "server.js",
2019-02-19 14:05:03 +01:00
"dependencies": {
"bunyan": "^1.8.12",
2020-05-12 23:40:49 +02:00
"node-fetch": "^2.6.0",
"telebot": "^1.3.0"
2019-02-19 14:05:03 +01:00
},
2019-02-19 14:01:46 +01:00
"devDependencies": {
2020-05-12 23:40:49 +02:00
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.20.2"
2019-02-19 14:01:46 +01:00
},
"scripts": {
2020-05-12 23:40:49 +02:00
"start": "node src/server.js",
2019-02-19 14:01:46 +01:00
"lint": "eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2020-03-01 23:30:43 +01:00
"url": "git+https://github.com/franjsco/trackmyd-bot.git"
2019-02-19 14:01:46 +01:00
},
2020-03-01 23:30:43 +01:00
"author": "franjsco",
2019-02-19 14:01:46 +01:00
"license": "GPL-3.0-or-later",
"bugs": {
2020-03-01 23:30:43 +01:00
"url": "https://github.com/franjsco/trackmyd-bot/issues"
2019-02-19 14:01:46 +01:00
},
2020-03-01 23:30:43 +01:00
"homepage": "https://github.com/franjsco/trackmyd-bot#readme"
2019-02-19 14:01:46 +01:00
}