-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 996 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 996 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
36
37
38
39
40
{
"name": "sce-discord-bot",
"version": "1.0.0",
"description": "SCE Discord bot to manage the server",
"main": "server.js",
"scripts": {
"start": "nodemon --legacy-watch --exitcrash server.js",
"lint": "./node_modules/.bin/eslint ./",
"fix": "./node_modules/.bin/eslint ./ --fix"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@distube/ytdl-core": "^4.16.12",
"@napi-rs/canvas": "^0.1.53",
"axios": "^0.27.2",
"discord.js": "^14.15.3",
"dotenv": "^16.5.0",
"express": "^5.2.1",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.15",
"node-cron": "^4.2.1",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"pdf-lib": "^1.17.1",
"play-dl": "^1.9.6",
"prom-client": "^15.1.3",
"require-dir": "^1.2.0",
"sharp": "^0.34.2",
"sqlite3": "^6.0.1"
},
"license": "MIT",
"keywords": [
"node",
"glitch"
],
"devDependencies": {
"eslint": "^6.8.0"
}
}