-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
{
"name": "laffey",
"version": "2.0.0-dev",
"description": "Adorable shipgirl music bot that will spice up your guild",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"slash:register": "node src/modules/slashRegister.js"
},
"keywords": [],
"author": "Weeb-Devs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Weeb-Devs/Laffey.git"
},
"bugs": {
"url": "https://github.com/Weeb-Devs/Laffey/issues"
},
"engines": {
"node": ">=14.x"
},
"homepage": "https://github.com/Weeb-Devs/Laffey#readme",
"dependencies": {
"@discordjs/builders": "^1.13.1",
"@discordjs/rest": "^0.4.1",
"@ksoft/api": "^3.1.9",
"better-erela.js-spotify": "^1.3.11",
"chalk": "^4.1.2",
"cli-interact": "^0.1.9",
"colorthief": "^2.6.0",
"discord-api-types": "^0.38.38",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"genius-lyrics": "^4.4.7",
"lyrics-finder": "^21.7.0",
"moment": "^2.30.1",
"mongoose": "^9.1.5",
"shortid": "^2.2.17",
"string-progressbar": "^1.0.4"
}
}