This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.61 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
{
"name": "youzi-bot",
"version": "1.3.1",
"description": "一個實用、有趣的機器人",
"main": "bot.js",
"engines": {
"node": "^16.x"
},
"scripts": {
"start": "echo \">>>>>> 啟動分片!<<<<<<\" && node index.js",
"exit": "echo \"Error: 沒作用\" && exit 0",
"test": "CI=true node --trace-deprecation index.js",
"codespaces": "token=$TOKEN clientID=$CLIENTID clientSECRET=$CLIENTSECRET node index.js",
"webpack": "webpack -d -w",
"updates": "npm i && echo \"開始更新\"",
"lint": "eslint .",
"dev": "npm i -g npm-check-updates eslint",
"check": "npm run update && npm run lint",
"reset": "echo \"刪除所有命令\" && node reset.js",
"update_patch": "npm version patch && git push --follow-tags && git pull && echo \"版本漏洞修正\"",
"update_minor": "npm version minor && git push --follow-tags && git pull && echo \"版本小更新\"",
"update_major": "npm version major && git push --follow-tags && git pull && echo \"版本總更新\"",
"beta_run": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Youzi9601/YZBot.git"
},
"keywords": [
"Yes"
],
"author": "柚子Youzi",
"license": "GNU GPL",
"bugs": {
"url": "https://github.com/Youzi9601/YZBot/issues"
},
"homepage": "https://github.com/Youzi9601/YZBot#readme",
"dependencies": {
"@discord-player/extractor": "^4.4.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^1.6.7",
"better-sqlite3": "^9.4.3",
"chalk": "^4.0.0",
"child_process": "^1.0.2",
"cli-box": "^6.0.10",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"discord-giveaways": "^6.0.1",
"discord-html-transcripts": "^3.1.5",
"discord-player": "^6.6.7",
"discord-together": "^1.3.31",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"express-session": "^1.18.0",
"ffmpeg-static": "^5.2.0",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"glob": "^10.3.3",
"html-entities": "^2.4.0",
"humanize-duration": "^3.29.0",
"mathjs": "^12.4.0",
"moment": "^2.29.4",
"mongoose": "^8.1.1",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"node-gyp": "^9.4.0",
"openai": "^4.28.4",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"play-dl": "^1.9.7",
"quick.db": "^9.1.7",
"string-progressbar": "^1.0.4"
},
"auto-updater": {
"repo": "/Youzi9601/YZBot",
"branch": "master"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}