-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 816 Bytes
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
{
"name": "classroom-assistant-bot",
"version": "1.0.0",
"description": "AI Assistant untuk Google Classroom via Telegram",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "node --watch bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.2",
"@google/generative-ai": "^0.24.1",
"axios": "^1.14.0",
"chrome-finder": "^1.0.7",
"discord.js": "^14.26.2",
"dotenv": "^17.4.0",
"googleapis": "^171.4.0",
"node-cron": "^4.2.1",
"opusscript": "^0.0.8",
"puppeteer-core": "^21.11.0",
"telegraf": "^4.16.3"
},
"allowScripts": {
"@discordjs/opus@0.10.0": true
}
}