-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "auricle",
"version": "1.0.0",
"main": "dist/index.js",
"author": "username",
"license": "MIT",
"dependencies": {
"@discord-player/equalizer": "^0.2.3",
"@discord-player/extractor": "^4.5.1",
"@discord-player/utils": "^0.2.2",
"@discordjs/opus": "^0.9.0",
"@distube/ytdl-core": "^4.13.3",
"@sapphire/discord.js-utilities": "^7.3.1",
"@sapphire/duration": "^1.1.4",
"@sapphire/framework": "^5.3.1",
"@sapphire/plugin-api": "^7.0.3",
"@sapphire/plugin-hmr": "^3.0.2",
"@sapphire/plugin-logger": "^4.0.2",
"@skyra/env-utilities": "^1.3.0",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.93",
"discord-player": "^6.7.1",
"discord.js": "^14.17.2",
"opusscript": "^0.1.1",
"play-dl": "^1.9.7"
},
"devDependencies": {
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.4",
"@types/node": "^22.10.5",
"@types/ws": "^8.5.13",
"npm-run-all2": "^7.0.2",
"typescript": "^5.4.5"
},
"scripts": {
"build": "swc src -d dist",
"watch": "swc src -d dist -w",
"start": "node ./dist/index.js",
"auricle": "run-p watch start"
},
"packageManager": "yarn@4.6.0"
}