forked from TeleBoxOrg/TeleBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "telebox",
"version": "0.2.6",
"description": "",
"scripts": {
"start": "tsx -r tsconfig-paths/register ./src/index.ts",
"tpm": "tsx -r tsconfig-paths/register ./src/plugin/tpm.ts",
"dev": "NODE_ENV=development tsx -r tsconfig-paths/register ./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",
"dependencies": {
"@types/archiver": "^6.0.3",
"@types/better-sqlite3": "^7.6.13",
"@types/cron": "^2.0.1",
"@types/lodash": "^4.17.20",
"@types/lowdb": "^1.0.15",
"@types/node": "^24.3.0",
"@types/opencc-js": "^1.0.3",
"@vitalets/google-translate-api": "^9.2.1",
"archiver": "^7.0.1",
"axios": "^1.11.0",
"better-sqlite3": "^12.2.0",
"cheerio": "^1.1.2",
"cron": "^4.3.3",
"dayjs": "^1.11.18",
"dotenv": "^17.2.2",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"modern-gif": "^2.0.4",
"opencc-js": "^1.0.5",
"sharp": "^0.34.3",
"ssh2": "^1.15.0",
"telegram": "^2.26.22",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
}
}