-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.96 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.96 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
{
"name": "unibot",
"version": "8.4.7",
"description": "The Discord Bot made by UniProject.",
"main": "index.ts",
"private": true,
"scripts": {
"build": "tsc -p ./",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/UniPro-tech/UniBot.git"
},
"bugs": {
"url": "https://github.com/UniPro-tech/UniBot/issues",
"email": "yuito@uniproject.jp"
},
"contributors": [
{
"name": "YuitoAkatsuki",
"email": "yuito@uniproject.jp",
"url": "https://yuito-it.jp"
},
{
"name": "彩音",
"email": "01c.ayane@uniproject.jp",
"url": "https://ayane0857.net/"
},
{
"name": "Root Cat",
"email": "renoisme@uniproject.jp",
"url": "https://github.com/renoisme"
},
{
"name": "Yaahari",
"email": "01c.ibuki@uniproject.jp",
"url": "https://github.com/ibuki-hum4"
},
{
"name": "ysmreg",
"email": "01c.ysmreg@uniproject.jp",
"url": "https://github.com/ysmreg"
}
],
"license": "MIT",
"dependencies": {
"@breejs/later": "^4.2.0",
"@discordjs/opus": "^0.10.0",
"@discordjs/rest": "^2.6.0",
"@discordjs/voice": "^0.19.0",
"@hokify/agenda": "^6.3.0",
"@nakanoaas/uuid58": "^1.0.5",
"@prisma/client": "^6.19.1",
"@snazzah/davey": "^0.1.9",
"@types/breejs__later": "^4.1.5",
"@types/node": "^25.0.0",
"@unipro-tech/node-logger": "^1.0.0",
"axios": "^1.13.2",
"child_process": "^1.0.2",
"cronstrue": "^3.9.0",
"discord-api-types": "^0.38.37",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"fast-xml-parser": "^5.3.3",
"fs": "^0.0.2",
"install": "^0.13.0",
"nanoid": "^5.1.6",
"node-cron": "^4.2.1",
"rss-parser": "^3.13.0",
"sodium": "^3.0.2",
"voicevox.js": "^0.8.1"
},
"devDependencies": {
"@types/node-cron": "^3.0.11",
"prisma": "^6.19.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
}
}