-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 877 Bytes
/
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
{
"name": "dxpbot",
"version": "1.0.2",
"description": "Discord Music bot",
"main": "dist/index.js",
"author": "Everton Cosmo",
"license": "MIT",
"scripts": {
"start": "yarn build && node dist/index.js",
"dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules src/index.ts",
"build": "tsc",
"lint": "biome lint --write",
"format": "biome format --write"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/node": "^22.7.5",
"@types/node-fetch": "^3.0.3",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@discord-player/extractor": "^4.5.1",
"discord-player": "^6.7.1",
"discord-player-youtubei": "^1.3.4",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.2.0",
"mediaplex": "^0.0.9",
"pm2": "^5.4.2"
}
}