forked from SwitchbladeBot/switchblade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.51 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
{
"name": "switchblade",
"version": "1.0.0",
"description": "The multi-purpose Discord bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start-dev": "nodemon --exec node -r dotenv/config index.js",
"test": "mocha src/test --recursive",
"fix": "standard --fix",
"crowdin": "crowdin upload sources"
},
"standard": {
"env": [
"mocha"
]
},
"engines": {
"node": "10.12.0"
},
"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": {
"@discordjs/uws": "^11.149.1",
"abort-controller": "^2.0.3",
"bufferutil": "^4.0.1",
"cheerio": "^1.0.0-rc.2",
"cldr-core": "^34.0.0",
"cldr-localenames-modern": "^34.0.0",
"cors": "^2.8.5",
"cows": "^2.1.0",
"cowsay": "^1.4.0",
"crowdin-without-vulnerability": "^1.0.0",
"discord.js": "^11.4.2",
"discord.js-lavalink": "^2.2.2",
"erlpack": "github:discordapp/erlpack",
"express": "^4.16.4",
"figlet": "^1.2.1",
"gifencoder": "^2.0.1",
"googleapis": "^38.0.0",
"i18n-iso-countries": "^3.7.8",
"i18next": "^15.0.7",
"i18next-node-fs-backend": "^2.1.1",
"icecast-parser": "^3.0.0",
"intl": "^1.2.5",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.0",
"mal-scraper": "^2.5.0",
"mathjs": "^5.7.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.23",
"mongoose": "^5.4.19",
"morgan": "^1.9.1",
"node-fetch": "^2.3.0",
"node-opus": "^0.3.1",
"node-spotify-api": "^1.0.7",
"pirate-speak": "^1.0.1",
"rss-parser": "^3.7.0",
"samp-query": "latest",
"search-npm-registry": "^2.0.3",
"steamapi": "^2.0.7",
"steamladder": "^1.0.4",
"transform-props": "^1.0.1"
},
"devDependencies": {
"auto-install": "^1.7.4",
"dotenv": "^7.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.0.2",
"mocha-standard": "^1.0.0",
"nodemon": "^1.18.10",
"standard": "^12.0.1"
},
"nodemonConfig": {
"ignore": [
"locales/*"
]
},
"optionalDependencies": {
"canvas": "^2.5.0"
}
}