-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 979 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
39
40
41
{
"name": "joultsmusic",
"version": "2.0.2",
"main": "src/index.js",
"author": "Kira Kitsune",
"license": "GPLv3",
"scripts": {
"start": "ts-node ./src/index.ts",
"dev": "nodemon src/index.ts",
"prod": "node dist/src/index.js",
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/ytdl-core": "^4.15.1",
"discord.js": "^14.16.3",
"distube": "^5.0.4",
"dotenv": "^16.4.5",
"glob": "^8.1.0",
"glob-promise": "^6.0.7",
"humanize-duration-ts": "^2.1.1",
"ms": "^2.1.3",
"sodium-native": "^4.2.1",
"string-similarity": "^4.0.4",
"typescript": "^5.6.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/glob": "^8.1.0",
"@types/ms": "^0.7.34",
"@types/string-similarity": "^4.0.2",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2"
}
}