UNPKG

@ptkdev/node-telegram-bot-boilerplate

Version:

Create your telegram bot with this friendly boilerplate. Use this repository as template for your bot

11 lines (10 loc) 198 B
{ "restartable": "rs", "ignore": [".git", "node_modules/**/*"], "verbose": true, "watch": ["app/", "translations/", "configs/"], "env": { "NODE_ENV": "development" }, "ext": "ts,js,json" }