telme/package.json

24 lines
509 B
JSON

{
"name": "node-telme",
"version": "0.1.0",
"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"
},
"license": "MIT",
"dependencies": {
"node-telegram-bot-api": "^0.40.0"
},
"devDependencies": {
"@types/node": "^10.16.0"
},
"scripts": {
"build": "tsc"
}
}