-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 904 Bytes
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
{
"name": "ritmosbot",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"license": "GPL-3.0-only",
"author": "devparada",
"main": "dist/src/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.47",
"discord.js": "14.26.4",
"kazagumo": "3.4.3",
"kazagumo-spotify": "2.1.1",
"mongodb": "7.2.0",
"shoukaku": "4.3.0",
"spotify-url-info": "3.3.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@types/jest": "30.0.0",
"@types/node": "25.9.1",
"jest": "30.4.2",
"ts-jest": "29.4.11",
"tsc-alias": "1.8.17",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.1.1",
"engines": {
"node": ">=24"
}
}