-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "auto-messenger-bot",
"version": "1.0.0",
"description": "owner is cid",
"main": "index.js",
"engines": {
"node": "20.x"
},
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "cliff",
"license": "ISC",
"dependencies": {
"@distube/ytdl-core": "^4.13.3",
"@xaviabot/fb-downloader": "^1.0.14",
"1secmail-api": "^1.1.1",
"axios": "^1.6.8",
"betabotz-tools": "^0.0.7",
"bluebird": "^2.11.0",
"body-parser": "^1.20.2",
"chalk": "^3.0.0",
"cheerio": "^0.22.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.1",
"g4f": "^1.4.2",
"googleapis": "^133.0.0",
"gradient-string": "^2.0.2",
"https-proxy-agent": "^4.0.0",
"javascript-obfuscator": "^4.1.0",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.45",
"mqtt": "^3.0.0",
"nayan-server": "^2.2.7",
"node-cron": "^3.0.3",
"npmlog": "^1.2.0",
"os": "^0.1.2",
"pastebin-api": "^7.0.0",
"pastebin-js": "^1.0.6",
"pastebin-ts": "^1.3.0",
"pidusage": "^3.0.2",
"process": "^0.11.10",
"prodia.js": "^2.1.5",
"qs": "^6.12.0",
"request": "^2.88.2",
"rsnchat": "^3.0.9",
"simple-youtube-api": "^5.2.1",
"util": "^0.12.5",
"websocket-stream": "^5.5.0",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"eslint": "^7.5.0",
"mocha": "^7.0.1",
"prettier": "^1.11.1"
},
"eslintConfig": {
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 13
},
"rules": {
"no-prototype-builtins": 0,
"no-unused-vars": 1,
"comma-dangle": 1,
"no-redeclare": 0,
"prefer-const": 1,
"no-useless-escape": 0,
"no-mixed-spaces-and-tabs": 0,
"semi": 1,
"no-useless-catch": 0,
"no-empty": 0,
"use-isnan": 0,
"no-extra-semi": 1,
"no-async-promise-executor": 0,
"no-unreachable": 1,
"valid-typeof": 0,
"no-case-declarations": 0
}
}
}