-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.99 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.99 KB
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
43
44
45
46
47
{
"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 .",
"test": "node tests/profile-signals.test.js && node tests/spam-signals.test.js && node tests/golden-spam-samples.test.js && node tests/reputation.test.js && node tests/contact-spam.test.js && node tests/user-stats.test.js && node tests/media-fingerprint.test.js && node tests/profile-churn.test.js && node tests/llm-cache.test.js && node tests/network-detectors.test.js && node tests/edit-diff.test.js && node tests/reaction-feedback.test.js && node tests/graph-neighbourhood.test.js && node tests/admin-feedback.test.js && node tests/image-hash.test.js && node tests/scripts.test.js && node tests/album-buffer.test.js && node tests/system-senders.test.js && node tests/is-sender-admin.test.js && node tests/trusted-fast-path.test.js && node tests/bot-permissions.test.js"
},
"dependencies": {
"@qdrant/js-client-rest": "^1.15.1",
"dateformat": "^3.0.3",
"dotenv": "^6.2.0",
"got": "^9.6.0",
"humanize-duration": "^3.18.0",
"lru-cache": "^11.3.5",
"mongoose": "^8.21.0",
"openai": "^4.100.0",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3",
"sharp": "^0.34.5",
"telegraf": "^3.33.3",
"telegraf-i18n": "^6.5.0",
"telegraf-ratelimit": "^2.0.0",
"tinyld": "^1.3.4"
},
"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"
}