-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.41 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
{
"name": "lozl-sympathy-scaling",
"version": "1.0.0",
"description": "scaling of lozl sympathies and participation in draws ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild index.js --platform=node --bundle --packages=external --outfile=dist/bundled.js && node scripts.js --validatePaths",
"createProtectedRelease": "node scripts.js --createProtectedRelease",
"start-dev": "node index.js",
"flush_settings": "node scripts.js --flushSetting",
"flush_logs": "node scripts.js --flushLogs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirok1/lozl-sympathies-parser.git"
},
"keywords": [
"lolz",
"chromium",
"humanlike"
],
"author": "sirok1",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sirok1/lozl-sympathies-parser/issues"
},
"homepage": "https://github.com/sirok1/lozl-sympathies-parser#readme",
"dependencies": {
"axios": "^1.4.0",
"discord.js": "^13.8.1",
"puppeteer": "^20.1.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-page-proxy": "^1.3.0",
"queue": "^6.0.2",
"telegraf": "^4.12.2",
"user-agents": "^1.0.1371",
"winston": "^3.8.2"
},
"devDependencies": {
"esbuild": "^0.17.18",
"fs-extra": "^11.1.1",
"javascript-obfuscator": "^4.0.2",
"zip-lib": "^0.7.3"
}
}