-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.58 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.58 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
{
"name": "telebox",
"version": "0.2.7",
"description": "",
"scripts": {
"start": "node scripts/run-tsx.cjs ./src/index.ts",
"tpm": "node scripts/run-tsx.cjs ./src/plugin/tpm.ts",
"dev": "NODE_ENV=development node scripts/run-tsx.cjs ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeleBoxDev/TeleBox.git"
},
"keywords": [],
"author": "",
"license": "LGPL-2.1-only",
"type": "commonjs",
"bugs": {
"url": "https://github.com/TeleBoxDev/TeleBox/issues"
},
"homepage": "https://github.com/TeleBoxDev/TeleBox#readme",
"overrides": {
"glob": "^11.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@types/archiver": "^6.0.3",
"@types/better-sqlite3": "^7.6.13",
"@types/cron": "^2.0.1",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.20",
"@types/lowdb": "^1.0.15",
"@types/node": "^24.3.0",
"@types/opencc-js": "^1.0.3",
"@types/qrcode-terminal": "^0.12.2",
"@vitalets/google-translate-api": "^9.2.1",
"archiver": "^7.0.1",
"axios": "^1.11.0",
"better-sqlite3": "^12.2.0",
"canvas": "^3.2.1",
"cron": "^4.3.3",
"dayjs": "^1.11.18",
"dotenv": "^17.2.2",
"js-yaml": "^4.1.1",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"modern-gif": "^2.0.4",
"node-schedule": "^2.1.1",
"opencc-js": "^1.0.5",
"p-limit": "^7.2.0",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.34.3",
"ssh2": "^1.15.0",
"teleproto": "^1.223.1",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
}
}