telme/package.json
2020-03-19 15:57:26 -04:00

16 lines
382 B
JSON

{
"name": "node-telme",
"version": "0.0.2",
"bin": "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://git.sagidayan.com/sagi/telme"
},
"license": "MIT",
"dependencies": {
"node-telegram-bot-api": "^0.40.0"
}
}