-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 826 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 826 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
{
"name": "music",
"version": "2.2.6",
"description": "Spyral Music Bot",
"main": "index.js",
"type": "module",
"scripts": {
"test": "docker-compose up --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Damon-Org/MusicBot.git"
},
"keywords": [
"music",
"spyral"
],
"author": "yimura",
"license": "MIT",
"bugs": {
"url": "https://github.com/Damon-Org/MusicBot/issues"
},
"homepage": "https://github.com/Damon-Org/MusicBot#readme",
"dependencies": {
"@yimura/import-dir": "^0.1.12",
"@yimura/scraper": "^1.2.3",
"deezer-web-api": "^1.7.2",
"discord.js": "^13.1.0",
"humanize-duration": "^3.27.0",
"mongoose": "^6.0.2",
"shoukaku": "^2.0.4",
"spotify-web-api-node": "^5.0.2",
"string-similarity": "^4.0.4"
}
}