-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.25 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.25 KB
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
47
48
49
50
51
52
53
54
55
{
"name": "ritmosbot",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"license": "GPL-3.0-only",
"author": "devparada",
"main": "dist/index.js",
"scripts": {
"build": "tsc && tsc-alias",
"format": "biome format src tests",
"lint": "biome check src tests",
"test": "jest --verbose"
},
"dependencies": {
"@discordjs/rest": "2.6.1",
"discord-api-types": "0.38.46",
"discord.js": "14.26.2",
"isomorphic-unfetch": "4.0.2",
"kazagumo": "3.4.3",
"kazagumo-spotify": "2.1.1",
"mediaplex": "1.0.0",
"mongodb": "7.1.1",
"shoukaku": "4.3.0",
"spotify-url-info": "3.3.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@types/jest": "30.0.0",
"@types/node": "25.6.0",
"jest": "30.3.0",
"ts-jest": "29.4.9",
"tsc-alias": "1.8.16",
"typescript": "6.0.2"
},
"optionalDependencies": {
"mediaplex-linux-arm64-gnu": "1.0.0",
"mediaplex-linux-x64-gnu": "1.0.0"
},
"engines": {
"node": ">=22.0.0"
},
"pnpm": {
"overrides": {
"brace-expansion": "2.1.0",
"glob": "12.0.0",
"handlebars": "4.7.9",
"lodash": "4.18.1",
"minimatch": "9.0.9",
"picomatch": "4.0.4",
"undici": "7.25.0"
}
}
}