-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.58 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.58 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
56
57
58
59
60
61
62
63
64
{
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"discord-api-types": "^0.37.47",
"kazagumo": "^2.3.2",
"kazagumo-deezer": "^1.2.2",
"kazagumo-spotify": "^1.2.0",
"shoukaku": "^3.4.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@flytri/lyrics-finder": "^1.0.6",
"@napi-rs/canvas": "^0.1.29",
"@top-gg/sdk": "^3.1.5",
"@types/lodash": "^4.14.194",
"@types/ms": "^0.7.31",
"axios": "^1.4.0",
"better-sqlite3": "^8.4.0",
"chalk": "^5.2.0",
"create-id": "^1.0.2",
"discord-hybrid-sharding": "^2.1.4",
"discord.js": "^14.11.0",
"lavasfy": "^2.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ms": "^2.1.3",
"pretty-ms": "^8.0.0",
"spoti-pro": "^1.2.10",
"systeminformation": "^5.18.7",
"topgg-autoposter": "^2.0.1"
},
"scripts": {
"start": "npx tsc && npm run build",
"build": "node build/index.js"
},
"type": "module",
"name": "oras",
"version": "5.0.0",
"description": "Best Music bot of discord in typescript",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Sikku9464/Oras.git"
},
"keywords": [
"discord",
"music",
"discord-music-bot",
"discord-bot",
"spotify",
"deezer",
"apple-music",
"discord-lavalink",
"lavalink",
"shoukaku",
"kazagumo"
],
"author": "Sikku",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sikku9464/Oras/issues"
},
"homepage": "https://github.com/Sikku9464/Oras#readme"
}