-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "algorave-downloader",
"packageManager": "[email protected]",
"private": true,
"volta": {
"node": "18.12.1",
"yarn": "1.22.19"
},
"devDependencies": {
"@sapphire/prettier-config": "^1.4.4",
"@sapphire/ts-config": "^3.3.4",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/node": "^18.11.9",
"@types/node-cron": "^3.0.6",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.9.3"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.14.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"@sapphire/fetch": "^2.4.1",
"better-sqlite3": "^8.0.1",
"cors": "^2.8.5",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.10",
"node-cron": "^3.0.2",
"quick.db": "^9.0.6",
"sodium": "^3.0.2"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"initDownload": "node dist/scripts/initDownload",
"slashiesSet": "node dist/scripts/slashiesSet",
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
},
"prettier": "@sapphire/prettier-config"
}