18 lines
No EOL
401 B
JSON
18 lines
No EOL
401 B
JSON
{
|
|
"name": "node-telme",
|
|
"version": "0.0.3",
|
|
"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://git.sagidayan.com/sagi/telme"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-telegram-bot-api": "^0.40.0"
|
|
}
|
|
} |