telme/package.json

12 lines
285 B
JSON
Raw Normal View History

2020-03-19 18:51:24 +00:00
{
"name": "telme",
"version": "0.0.1",
"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",
"license": "MIT",
"dependencies": {
"node-telegram-bot-api": "^0.40.0"
}
}