-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.17 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
52
53
54
{
"name": "luniomusic",
"version": "1.0.0",
"description": "Lunio Music discord bot",
"main": "src/index.js",
"scripts": {
"start": "node ."
},
"engines": {
"node": ">=14.x",
"npm": "*"
},
"repository": {
"type": "",
"url": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://www.google.com"
},
"homepage": "",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"axios": "^0.26.1",
"bandcamp-scraper": "^1.5.0",
"better-erela.js-spotify": "^1.3.6",
"chalk": "^4.1.2",
"dateformat": "^5.0.3",
"discord-api-types": "^0.27.3",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"erela.js": "github:menudocs/erela.js#build",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"genius-lyrics-api": "^3.2.0",
"i18next": "^21.6.14",
"i18next-node-fs-backend": "^2.1.3",
"lyrics-searcher": "^1.0.58",
"magic-regexp": "^0.6.2",
"moment": "^2.29.1",
"mongoose": "^6.2.3",
"moonlink.js": "^2.0.16",
"simple-node-logger": "^21.8.12",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/node": "^18.0.6",
"eslint": "^8.9.0"
}
}