telme/package.json

18 lines
399 B
JSON

{
"name": "node-telme",
"version": "0.0.4",
"bin": {
"telme": "bin/telme"
},
"description": "A CLI tool that will report to you via telegram when a task is done",
"main": "index.js",
"author": "Sagi Dayan",
"repository": {
"type": "git",
"url": "https://gitlab.com/sagidayan/telme"
},
"license": "MIT",
"dependencies": {
"node-telegram-bot-api": "^0.40.0"
}
}