-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
65 lines (65 loc) · 1.75 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "eres-main",
"version": "1.8.5-b",
"description": "🍍 Eres; new Discord application with modern web dashboard and new features for your community.",
"main": "bot.js",
"scripts": {
"start": "node bot",
"deploy": "node deploy",
"build:css": "postcss public/stylesheets/tailwind.css -o public/stylesheets/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skillzl/eres.git"
},
"keywords": [
"eres",
"eres-main",
"discord.js"
],
"author": "skillzl",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/skillzl/eres/issues"
},
"homepage": "https://github.com/skillzl/eres#readme",
"dependencies": {
"@discord-player/extractor": "^4.4.5",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.7.1",
"@discordjs/voice": "^0.16.1",
"autoprefixer": "^10.4.16",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"common-tags": "^1.8.2",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.8",
"discord-html-transcripts": "^3.2.0",
"discord-player": "^6.6.6",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-paginate": "^1.0.2",
"express-session": "^1.17.3",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"figlet": "^1.7.0",
"i18n": "^0.15.1",
"mongoose": "^7.6.5",
"node-cron": "^3.0.3",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"play-dl": "^1.9.7",
"prism-media": "^1.3.5",
"replicate": "^0.27.1",
"tailwindcss": "^3.3.5",
"validator": "^13.11.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
}
}