{ "name": "node-telme", "version": "0.1.3", "bin": { "telme": "dist/telme_cli.js" }, "description": "A CLI tool that will report to you via telegram when a task is done", "main": "dist/telme.js", "author": "Sagi Dayan", "repository": { "type": "git", "url": "https://gitlab.com/sagidayan/telme" }, "bugs": { "url": "https://gitlab.com/sagidayan/telme/-/issues" }, "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" ] }