-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
48
49
50
51
52
53
{
"private": true,
"name": "hurricano",
"version": "1.0.0",
"description": "An open-sourced Discord bot meant to enhance your Discord experience, as both an admin and an owner.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"module": "commonjs",
"keywords": [
"Discord",
"bot",
"Discord bot"
],
"author": "Dragonizedpizza, Militia21",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/opus": "^0.8.0",
"@hurricano/prettier-config": "^1.0.1",
"@top-gg/sdk": "^3.1.1",
"ascii-table": "0.0.9",
"canvacord": "^5.0.8",
"discord-giveaways": "^4.5.1",
"discord-player": "^5.0.0-dev.29489940b64b555e2e791dcf0662bd2d93a22ef6",
"discord.js": "^13.9.2",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"ffmpeg-static": "^4.3.0",
"mathjs": "^9.4.2",
"moment": "^2.29.1",
"mongoose": "^5.11.13",
"node-fetch": "2",
"statcord.js": "^3.2.0",
"twemoji-parser": "^14.0.0",
"weird-to-normal-chars": "^1.3.0",
"winston": "^3.3.3",
"ytdl-core": "^4.8.2"
},
"engines": {
"node": ">=14.0.0",
"npm": "7.x"
},
"_moduleAliases": {
"@config": "./bot/utilities/config.js",
"@root": ".",
"@Command": "./bot/utilities/Command.js",
"@Utils": "./bot/utilities/",
"@schemas": "./bot/schemas"
}
}