-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 982 Bytes
/
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
{
"name": "quizapi-bot",
"version": "1.0.8",
"description": "Uma API de Questões e Respostas para seu bot do Discord e WebSite, 100% em português e fácil de usar",
"main": "index.js",
"scripts": {
"start": "node ."
},
"engines": {
"node": "17.4.0",
"npm": "8.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiraiDevelopment/quizapi-bot"
},
"author": "GR",
"dependencies": {
"@akarui/aoi.music": "git+https://github.com/akaruidevelopment/music.git#main",
"@discordjs/opus": "0.7.0",
"@discordjs/voice": "0.8.0",
"aoi.fb": "^5.6.5",
"aoi.js": "5.1.1",
"aoi.js-panel": "^1.4.1",
"axios": "0.24.0",
"discord-together": "1.1.62",
"discord.js": "^13.6.0",
"dotenv": "^15.0.0",
"express": "^4.17.2",
"firebase": "^9.6.5",
"ms": "^2.1.3",
"node": "17.4.0",
"node-fetch": "^3.2.0",
"opusscript": "^0.0.8",
"ws": "^8.4.2",
"ytdl-core": "4.10.0"
}
}