forked from SwitchbladeBot/switchblade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "switchblade",
"version": "1.0.0",
"description": "The multi-purpose Discord bot",
"main": "shard.js",
"scripts": {
"start": "node shard.js",
"start-dev": "nodemon --exec node -r dotenv/config shard.js",
"test": "mocha src/test --recursive",
"fix": "standard --fix",
"crowdin": "crowdin upload sources"
},
"standard": {
"env": [
"mocha"
]
},
"engines": {
"node": "> 14.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SwitchbladeBot/switchblade.git"
},
"keywords": [
"discord"
],
"author": "Switchblade Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/SwitchbladeBot/switchblade/issues"
},
"homepage": "https://github.com/SwitchbladeBot/switchblade#readme",
"dependencies": {
"@lavacord/discord.js": "0.0.7",
"@sentry/node": "^6.13.2",
"abort-controller": "^3.0.0",
"adm-zip": "^0.5.6",
"ascii-table": "0.0.9",
"axios": "^0.21.4",
"brainfuck-node": "^1.0.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cldr-core": "^39.0.0",
"cldr-localenames-modern": "^39.0.0",
"cors": "^2.8.5",
"cows": "^2.1.1",
"cowsay": "^1.5.0",
"discord.js": "^12.5.1",
"express": "^4.17.1",
"figlet": "^1.5.2",
"fuse.js": "^6.4.6",
"gifencoder": "^2.0.1",
"google-play-scraper": "^8.0.4",
"googleapis": "^87.0.0",
"i18n-iso-countries": "^6.8.0",
"i18next": "^21.2.0",
"i18next-node-fs-backend": "^2.1.3",
"icecast-parser": "^4.0.2",
"intl": "^1.2.5",
"iso-639": "^0.2.2",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mal-scraper": "^2.11.3",
"mathjs": "^9.5.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"mongoose": "^6.0.8",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-spotify-api": "^1.1.1",
"node-worker-threads-pool": "^1.5.1",
"pirate-speak": "^1.0.1",
"rastrojs": "^1.1.1",
"rss-parser": "^3.12.0",
"runeterra": "3.0.0",
"samp-query": "^0.1.5",
"snoowrap": "^1.23.0",
"splitargs": "0.0.7",
"steamapi": "^2.1.3",
"steamladder": "^1.0.4",
"transform-props": "^1.0.1",
"turndown": "^7.1.1",
"uws": "^200.0.0",
"wikijs": "^6.3.2",
"xml2json": "^0.12.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"auto-install": "^1.7.4",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.1.2",
"mocha-standard": "^1.0.0",
"nodemon": "^2.0.13",
"standard": "^16.0.3"
},
"nodemonConfig": {
"ignore": [
"locales/*"
],
"delay": "5000"
},
"optionalDependencies": {
"@discordjs/uws": "^11.149.1",
"canvas": "^2.8.0",
"erlpack": "github:almeidx/erlpack#f0c535f73817fd914806d6ca26a7730c14e0fb7c",
"node-opus": "^0.3.3"
}
}