-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 KB
/
package.json
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
{
"name": "laffey",
"version": "2.0.0-dev",
"description": "Adorable shipgirl music bot that will spice up your guild",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^0.13.0-dev.1647259738.2297c2b",
"@discordjs/rest": "^0.4.0-dev.1647259762.2297c2b",
"@ksoft/api": "^3.1.9",
"axios": "^0.21.1",
"better-erela.js-spotify": "^1.3.6",
"chalk": "^4.1.0",
"cli-interact": "^0.1.9",
"discord-api-types": "^0.29.0",
"discord.js": "14.0.0-dev.1647259751.2297c2b",
"dotenv": "^10.0.0",
"erela.js": "^2.3.2",
"erela.js-deezer": "^1.0.5",
"genius-lyrics": "^4.2.9",
"image-palette": "^2.1.0",
"image-pixels": "^2.2.2",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^5.12.3",
"node-fetch": "^2.6.1",
"os": "^0.1.1",
"pretty-ms": "^7.0.1",
"shortid": "^2.2.16",
"string-progressbar": "^1.0.4",
"ws": "^7.4.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"slash:register": "node src/modules/slashRegister.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"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"
}