-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@flancer64/tg-bot-habr-demo-grammy",
"version": "0.1.0",
"type": "module",
"description": "A demo Telegram bot built with grammY for a Habr tutorial, showcasing basic message handling and bot functionality.",
"homepage": "https://github.com/flancer64/tg-bot-habr-demo-grammy/",
"bugs": {
"url": "https://github.com/flancer64/tg-bot-habr-demo-grammy/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"author": {
"name": "Alex Gusev",
"email": "[email protected]",
"url": "https://github.com/flancer64"
},
"repository": "github:flancer64/tg-bot-habr-demo-grammy",
"scripts": {
"help": "node ./bin/tequila.mjs -h",
"start": "node ./bin/tequila.mjs tg-bot-start",
"stop": "node ./bin/tequila.mjs tg-bot-stop",
"version": "node ./bin/tequila.mjs core-version",
"web-start": "node ./bin/tequila.mjs web-server-start",
"web-stop": "node ./bin/tequila.mjs web-server-stop"
},
"dependencies": {
"@flancer32/teq-telegram-bot": "github:flancer32/teq-telegram-bot"
},
"devDependencies": {}
}