telme/package.json

24 lines
509 B
JSON
Raw Normal View History

2020-03-19 18:51:24 +00:00
{
2020-03-19 19:57:26 +00:00
"name": "node-telme",
2020-03-23 00:32:57 +00:00
"version": "0.1.1",
2020-03-19 20:11:52 +00:00
"bin": {
"telme": "dist/telme_cli.js"
2020-03-19 20:11:52 +00:00
},
2020-03-19 18:51:24 +00:00
"description": "A CLI tool that will report to you via telegram when a task is done",
"main": "dist/telme.js",
2020-03-19 18:51:24 +00:00
"author": "Sagi Dayan",
2020-03-19 19:57:26 +00:00
"repository": {
"type": "git",
"url": "https://gitlab.com/sagidayan/telme"
2020-03-19 19:57:26 +00:00
},
2020-03-19 18:51:24 +00:00
"license": "MIT",
"dependencies": {
"node-telegram-bot-api": "^0.40.0"
},
"devDependencies": {
"@types/node": "^10.16.0"
},
"scripts": {
"build": "tsc"
2020-03-19 18:51:24 +00:00
}
}