32 lines
808 B
JSON
32 lines
808 B
JSON
{
|
|
"name": "trackmyd-bot",
|
|
"version": "1.0.0",
|
|
"description": "A telegram bot to track your devices.",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"bunyan": "^1.8.12",
|
|
"node-fetch": "^2.6.0",
|
|
"telebot": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb-base": "^13.2.0",
|
|
"eslint-plugin-import": "^2.20.2"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"lint": "eslint",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/franjsco/trackmyd-bot.git"
|
|
},
|
|
"author": "franjsco",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/franjsco/trackmyd-bot/issues"
|
|
},
|
|
"homepage": "https://github.com/franjsco/trackmyd-bot#readme"
|
|
}
|