-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1.13 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "lyadminbot",
"version": "1.21.7",
"description": "Бот для администрирования групп",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "node_modules/.bin/eslint --ext js .",
"lint:fix": "node_modules/.bin/eslint --fix --ext js ."
},
"dependencies": {
"dateformat": "^3.0.3",
"dotenv": "^6.2.0",
"got": "^9.6.0",
"humanize-duration": "^3.18.0",
"languagedetect": "^1.3.0",
"mongoose": "^5.7.7",
"sharp": "^0.29.3",
"telegraf": "^3.33.3",
"telegraf-i18n": "^6.5.0",
"telegraf-ratelimit": "^2.0.0",
"telegraf-statsd": "^2.2.1"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LyoSU/LyAdminBot.git"
},
"author": "LyoSU",
"license": "MIT",
"bugs": {
"url": "https://github.com/LyoSU/LyAdminBot/issues"
},
"homepage": "https://t.me/LyAdminBot"
}