-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 901 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
{
"name": "Aoija-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.6.0",
"aoi.js": "^4.6.0",
"axios": "^0.23.0",
"discord-buttons": "^4.0.0",
"discord-canvas": "^1.4.1",
"discord-image-generation": "^1.4.9",
"discord.js": "^13.2.0",
"discord.js-akinator": "^2.1.0",
"djs-games": "^2.1.2",
"express": "^4.17.1",
"ffmpeg-static": "^4.4.0",
"leaf-utils": "^1.0.6",
"mathjs": "^9.5.1",
"moment": "^2.29.1",
"node": "^16.6.0",
"node-fetch": "^2.6.1",
"opusscript": "0.0.8",
"ping-monitor": "^0.6.1",
"random": "^3.0.6",
"simply-djs": "^2.0.96",
"weky": "^3.1.2",
"ytdl-core": "^4.9.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}