This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
generated from RainyXeon/nano-template-slashbot
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
75 lines (75 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "cylane",
"version": "4.0.0",
"description": "A discord lavalink bot using shokaku/kazagumo",
"main": "index.js",
"dependencies": {
"@discordjs/rest": "^1.0.1",
"@hammerhq/localization": "^0.1.2-alpha.0",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"chillout": "^5.0.0",
"common-tags": "^1.8.2",
"connect-mongo": "^5.0.0",
"cors": "^2.8.5",
"cron": "^2.3.0",
"delay": "^5.0.0",
"discord-api-types": "^0.37.0",
"discord-hybrid-sharding": "^1.7.5",
"discord.js": "^14.8.0",
"dotenv": "^16.0.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"express-status-monitor": "^1.3.4",
"fs-extra": "^11.1.1",
"humanize-duration": "^3.27.3",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"kazagumo": "^2.3.1",
"kazagumo-deezer": "^1.2.2",
"kazagumo-nico": "^1.1.5",
"kazagumo-spotify": "^1.2.1",
"lodash": "^4.17.21",
"lodash.where": "^3.1.0",
"lyrics-finder": "^21.7.0",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"mongoose": "^6.9.1",
"mysql2": "^3.3.5",
"node-cron": "^3.0.2",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"plsargs": "^0.1.6",
"pretty-ms": "^7.0.1",
"quick.db": "^9.1.6",
"recursive-readdir": "^2.2.3",
"shoukaku": "^3.2.2",
"stuffs": "^0.1.22",
"voucher-code-generator": "^1.3.0",
"winston": "^3.8.1",
"write-file-atomic": "^5.0.1",
"ws": "^8.11.0",
"youtube-sr": "^4.3.4"
},
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js",
"deploy:global": "node deploySlash.js global",
"deploy:global:clear": "node deploySlash.js global clear"
},
"author": "RainyXeon",
"license": "agpl-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/RainyXeon/Cylane.git"
},
"bugs": {
"url": "https://github.com/RainyXeon/Cylane/issues"
},
"homepage": "https://github.com/RainyXeon/Cylane#readme",
"devDependencies": {
"node": "^17.7.2",
"nodemon": "^2.0.19"
}
}