-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.35 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.35 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
{
"name": "evelina-candysweety",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"npm": "npm run",
"start": "node main.js",
"regist": "node regist-commands.js",
"cache": "npm cache clean --force",
"html": "node utils/watchAndOpen.js",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"bash": "npm run deploy",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"bot",
"port"
],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@modelcontextprotocol/sdk": "^1.17.0",
"@types/node": "^24.1.0",
"axios": "^1.11.0",
"body-parser": "^1.20.3",
"canvas": "^3.1.2",
"cloudflare": "^4.5.0",
"cloudflared": "^0.7.0",
"cors": "^2.8.5",
"discord.js": "^14.21.0",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"gh-pages": "^6.3.0",
"git": "^0.1.5",
"google-spreadsheet": "^4.1.5",
"googleapis": "^150.0.1",
"helmet": "^7.2.0",
"https": "^1.0.0",
"japanese-holidays": "^1.0.10",
"marked": "^16.1.1",
"morgan": "^1.10.1",
"open": "^10.2.0",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"typescript": "^5.8.3",
"vite": "^7.0.4",
"zod": "^3.25.76"
}
}