-
-
Notifications
You must be signed in to change notification settings - Fork 218
/
package.json
121 lines (121 loc) · 3.03 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
118
119
120
121
{
"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": ">=16.0.0 <18"
},
"cpu": [
"!arm"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/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": "^7.14.1",
"abort-controller": "^3.0.0",
"adm-zip": "^0.5.9",
"ascii-table": "0.0.9",
"axios": "^0.27.2",
"brainfuck-node": "^1.0.2",
"bunyan": "^1.8.15",
"cheerio": "^1.0.0-rc.12",
"cldr-core": "^41.0.0",
"cldr-localenames-modern": "^41.0.0",
"cors": "^2.8.5",
"cows": "^2.1.1",
"cowsay": "^1.5.0",
"discord.js": "^12.5.1",
"express": "^4.18.1",
"figlet": "^1.5.2",
"fuse.js": "^6.6.2",
"gifencoder": "^2.0.1",
"google-play-scraper": "^9.1.1",
"googleapis": "^108.0.0",
"howlongtobeat": "^1.5.1",
"i18n-iso-countries": "^7.5.0",
"i18next": "^21.9.2",
"i18next-node-fs-backend": "^2.1.3",
"icecast-parser": "^4.0.2",
"intl": "^1.2.5",
"iso-639": "^0.2.2",
"joi": "^17.6.2",
"jsonwebtoken": "^8.5.1",
"lorem-ipsum": "^2.0.8",
"mal-scraper": "^2.11.4",
"mathjs": "^11.2.1",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.37",
"mongoose": "^6.6.4",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"node-fetch": "^3.2.10",
"node-spotify-api": "^1.1.1",
"node-worker-threads-pool": "^1.5.1",
"pirate-speak": "^1.0.1",
"rastrojs": "^1.2.0",
"rss-parser": "^3.12.0",
"runeterra": "4.0.0",
"samp-query": "^0.1.5",
"snoowrap": "^1.23.0",
"splitargs": "0.0.7",
"steamapi": "^2.2.0",
"steamladder": "^1.0.7",
"transform-props": "^1.0.1",
"turndown": "^7.1.1",
"uws": "^200.0.0",
"wikijs": "^6.3.3",
"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:discord/erlpack",
"node-opus": "^0.3.3"
}
}