-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 948 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
{
"name": "ayaka",
"version": "1.0.0",
"description": "first discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/opus": "^0.7.0",
"axios": "^0.25.0",
"canvas": "^2.9.0",
"discord-player": "^5.2.2",
"discord-together": "^1.3.3",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.1",
"opusscript": "^0.0.8",
"play-dl": "^1.8.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezaageng/ayaka-bot.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/rezaageng/ayaka-bot/issues"
},
"homepage": "https://github.com/rezaageng/ayaka-bot#readme"
}