-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (34 loc) · 769 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
33
34
35
{
"name": "cydbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=12.0.0"
},
"author": "Pol528",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"covidapi": "^0.5.0",
"dateformat": "^4.4.1",
"discord-player": "^3.2.0",
"discord.js": "^12.5.1",
"discord.js-menu": "^2.3.1",
"fs": "0.0.1-security",
"imageapi.js": "^1.3.0",
"moment": "^2.29.1",
"mongoose": "^5.11.10",
"ms": "^2.1.3",
"path": "^0.12.7",
"redis": "^3.0.2",
"snekfetch": "^4.0.4",
"weather-js": "^2.0.0",
"weather.js": "^0.1.0",
"yt-search": "^2.5.1",
"ytsearcher": "^1.2.3"
}
}