mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 21:00:03 +00:00
29 lines
676 B
JSON
29 lines
676 B
JSON
{
|
|
"name": "lynx",
|
|
"version": "1.0.0",
|
|
"description": "A simple Telegram bot made in Node.js",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"run beta": "node --env-file=beta.env main.js",
|
|
"start": "node --env-file=config.env main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lucmsilva651/lynx.git"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"telegram",
|
|
"telegram-bot"
|
|
],
|
|
"author": "Lucas Gabriel (lucmsilva)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lucmsilva651/lynx/issues"
|
|
},
|
|
"homepage": "https://github.com/lucmsilva651/lynx#readme",
|
|
"dependencies": {
|
|
"node-telegram-bot-api": "^0.66.0"
|
|
}
|
|
}
|