-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
31 lines (31 loc) · 864 Bytes
/
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
31
{
"name": "telegram-counter-bot",
"version": "1.0.0",
"description": "��#\u0000 \u0000t\u0000e\u0000l\u0000e\u0000g\u0000r\u0000a\u0000m\u0000-\u0000c\u0000o\u0000u\u0000n\u0000t\u0000e\u0000r\u0000-\u0000b\u0000o\u0000t\u0000\r\u0000 \u0000",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "LeoDJ",
"license": "MIT",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/LeoDJ/telegram-counter-bot.git"
},
"keywords": [
"telegram",
"counter",
"bot",
"telegraf"
],
"bugs": {
"url": "https://github.com/LeoDJ/telegram-counter-bot/issues"
},
"homepage": "https://github.com/LeoDJ/telegram-counter-bot#readme",
"dependencies": {
"diskusage": "^1.1.3",
"telegraf": "^3.6.4"
}
}