-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "djs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"@kyometori/djsmusic": "^0.7.1",
"@yimura/scraper": "^1.2.3",
"atob": "^2.1.2",
"axios": "^0.21.1",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"common-tags": "^1.8.0",
"discord-together": "^1.1.53",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"enmap": "^5.8.7",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.2",
"flip-text": "^1.2.0",
"glob": "^7.1.7",
"google-tts-api": "^2.0.2",
"got": "^11.8.2",
"install": "^0.13.0",
"libsodium-wrappers": "^0.7.9",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.2.3",
"npm": "^7.20.6",
"os": "^0.1.2",
"srod-v2": "^1.0.2",
"superagent": "^6.1.0",
"to-zalgo": "^1.0.1",
"twitter-api.js": "^0.0.12",
"weather-js": "^2.0.0",
"ytdl-core": "^4.9.1",
"ytsr": "^3.5.3"
}
}