-
-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.17 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.17 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "hktrpg",
"version": "1.32.0",
"private": true,
"description": "Sad's HKTRPG is a TRPG dice rolling bot for Telegram, Line, Whatsapp, web site, plurk and Discord. 現支援TRPG暗骰, TPRG擲骰, 頻道經驗值, 占卜, 先攻表, TRPG角色卡, 搜圖, 翻譯, Discord 聊天紀錄匯出, 數學計算, 做筆記, 隨機抽選, 自定抽選, 定時發送",
"engines": {
"node": ">=18",
"npm": "^7"
},
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=3072 index.js",
"test": "jest",
"test:unit": "jest --testPathIgnorePatterns=integration",
"test:integration": "RUN_INTEGRATION_TESTS=true jest --testPathPattern=integration",
"test:records": "jest test/records-integration.test.js",
"test:startup": "jest test/run-after-startup.test.js",
"test:all": "jest test/records-integration.test.js test/run-after-startup.test.js",
"test:improved": "jest test/z_trpgDatabase-improved.test.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"resolutions": {
"nth-check": "^2.0.1",
"socket.io-parser": "^3.4.3",
"extend": "^2.0.2",
"xml2js": "^0.5.0",
"got": "^11.8.5",
"ws": "^8.18.3",
"axios": "^1.9.0",
"debug": "^4.3.4",
"tough-cookie": "^4.1.3",
"tar-fs": "^2.1.3",
"@eslint/plugin-kit": "^0.3.3"
},
"dependencies": {
"@aws-sdk/client-sso-oidc": "^3.713.0",
"@aws-sdk/client-sts": "^3.848.0",
"@dice-roller/rpg-dice-roller": "5.3.2",
"@line/bot-sdk": "^10.4.0",
"@lunisolar/plugin-char8ex": "^0.2.5",
"@lunisolar/plugin-fetalgod": "^0.1.4",
"@lunisolar/plugin-takesound": "^0.1.2",
"@lunisolar/plugin-thegods": "^0.1.4",
"@top-gg/sdk": "^3.1.3",
"@vitalets/google-translate-api": "^9",
"@zetetic/duckduckgo-images-api": "https://github.com/zeteticl/duckduckgo-images-api.git#master",
"agenda": "^4.2.1",
"axios": "^1.16.0",
"axios-retry": "^3.2.4",
"bcdice": "^4.5.0",
"bcryptjs": "^3.0.2",
"chai": "^4.3.4",
"cheerio": "1.0.0-rc.12",
"chinese-conv": "^1.0.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"discord-hybrid-sharding": "^3.0.1",
"discord.js": "^14.25.1",
"dotenv": "^17.2.0",
"emoji-regex": "^10.0.0",
"events": "^3.3.0",
"express": "^4.21.2",
"fuse.js": "^6.6.2",
"geopattern": "^1.2.3",
"gif-encoder": "^0.7.2",
"gpt-tokenizer": "^3.2.0",
"grammy": "^1.37.0",
"helmet": "^8.0.0",
"https": "^1.0.0",
"image-url-validator": "^1.0.4",
"imgbox": "^1.1.4",
"jimp": "^0.16.2",
"jsonschema": "^1.5.0",
"jsonwebtoken": "^9.0.2",
"log-to-file": "^3.0.3",
"lunisolar": "^2.6.0",
"mammoth": "^1.11.0",
"mathjs": "^9.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"mongoose": "^9",
"node-cache": "^5.1.2",
"node-schedule": "^2.1.0",
"node-telegram-bot-api": "^0.66.0",
"openai": "^4.24.1",
"pdf-parse": "^2.2.2",
"pdf-to-png-converter": "^3.10.0",
"plurk2": "https://github.com/zeteticl/node-plurk2.git#master",
"qrcode-terminal": "^0.12.0",
"random-js": "^2.1.0",
"rate-limiter-flexible": "^2.2.3",
"recachegoose": "^9.1.0",
"request": "^2.88.2",
"serve-favicon": "^2.5.1",
"sharp": "0.32.6",
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0",
"tesseract.js": "^6.0.1",
"timer": "^1.0.1",
"whatsapp-web.js": "^1.34.7",
"wikijs": "6.4.1",
"winston": "^3.11.0",
"ws": "^8.18.3"
},
"keywords": [
"LeoLi",
"Zetetic",
"Sad",
"Dice",
"HKTRPG",
"Rolling",
"Line",
"Telegram",
"Discord"
],
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.30.1",
"baseline-browser-mapping": "^2.10.0",
"eslint": "^9.30.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.21.0",
"eslint-plugin-unicorn": "^59.0.1",
"globals": "^16.3.0",
"jest": "^28.1.2",
"jest-junit": "^16.0.0",
"mongodb-memory-server": "^11.0.1",
"proxyquire": "^2.1.3",
"yarn-audit-fix": "^9.3.10"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}