-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 950 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
34
35
36
37
38
{
"name": "djosu",
"version": "1.0.0",
"description": "Bot to play osu beatmaps but just the audio",
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"build": "tsc",
"dev": "ts-node-dev --transpile-only --respawn --ignore-watch node_modules ./index.ts"
},
"author": "Sebola3461",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"axios": "^1.4.0",
"colors": "^1.4.0",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"get-audio-duration": "^4.0.0",
"libsodium-wrappers": "^0.7.11",
"node-fetch": "^3.3.1",
"node-opus": "^0.3.3",
"osu-api-extended": "^2.7.5",
"osu-classes": "^2.2.1",
"osu-parsers": "^4.0.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.3",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.21",
"@types/node": "^20.2.5",
"@types/yauzl": "^2.10.0"
}
}