-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 KB
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
{
"name": "test-mongo-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"lint": "eslint server.js src/ public/js/script.js",
"lint:fix": "eslint --fix server.js src/ public/js/script.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@snazzah/davey": "^0.1.8",
"body-parser": "^1.19.0",
"core-util-is": "^1.0.2",
"discord.js": "^14.24.2",
"dotenv": "^17.2.3",
"ejs": "^3.1.2",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"fluent-ffmpeg": "^2.1.3",
"libsodium-wrappers": "^0.7.15",
"moment": "^2.26.0",
"mongoose": "^8.19.3",
"multer": "^2.0.2",
"opusscript": "^0.0.8",
"path": "^0.12.7",
"sanitize-filename": "^1.6.3",
"socket.io": "^4.8.1",
"uuidv4": "^6.0.9",
"yt-dlp-wrap": "^2.3.12"
},
"devDependencies": {
"eslint": "^9.39.1",
"globals": "^16.5.0",
"nodemon": "^3.1.10"
}
}