telme/package.json

36 lines
713 B
JSON
Raw Normal View History

2020-03-19 18:51:24 +00:00
{
2020-03-19 19:57:26 +00:00
"name": "node-telme",
2020-03-31 13:55:31 +00:00
"version": "0.1.3",
2020-03-19 20:11:52 +00:00
"bin": {
"telme": "dist/telme_cli.js"
2020-03-19 20:11:52 +00:00
},
2020-03-19 18:51:24 +00:00
"description": "A CLI tool that will report to you via telegram when a task is done",
"main": "dist/telme.js",
2020-03-19 18:51:24 +00:00
"author": "Sagi Dayan",
2020-03-19 19:57:26 +00:00
"repository": {
"type": "git",
"url": "https://gitlab.com/sagidayan/telme"
2020-03-19 19:57:26 +00:00
},
"bugs": {
"url": "https://gitlab.com/sagidayan/telme/-/issues"
},
2020-03-19 18:51:24 +00:00
"license": "MIT",
"dependencies": {
"node-telegram-bot-api": "^0.40.0"
},
"devDependencies": {
"@types/node": "^10.16.0"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"telegram",
"bot",
"cli",
"telme",
"notifications",
"notification",
"automation"
]
2020-03-19 18:51:24 +00:00
}