This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "sweetiebot-klasa",
"version": "0.0.3",
"description": "Discord bot used with Klasa Framework",
"main": "index.js",
"scripts": {
"test": "./lint.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImUrX/sweetiebot-klasa.git"
},
"keywords": [
"discord",
"bot"
],
"author": "ImUrX",
"license": "MIT",
"bugs": {
"url": "https://github.com/ImUrX/sweetiebot-klasa/issues"
},
"homepage": "https://github.com/ImUrX/sweetiebot-klasa#readme",
"dependencies": {
"@discordjs/uws": "^11.149.1",
"@google-cloud/compute": "^0.10.0",
"canvas": "github:Automattic/node-canvas",
"discord.js": "github:hydrabolt/discord.js",
"domains": "^1.1.3",
"erlpack": "github:discordapp/erlpack",
"form-data": "^3.0.0",
"html-entities": "^1.2.1",
"klasa": "github:dirigeants/klasa",
"lowdb": "^1.0.0",
"mal-scraper": "^2.6.6",
"malapi": "0.0.3",
"mersenne-twister": "^1.1.0",
"moment": "^2.24.0",
"mongodb": "^3.5.1",
"natural": "^0.6.3",
"node-bandcamp": "^0.0.6",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.3",
"node-vibrant": "^3.2.0-alpha",
"promise-redis": "github:maxbrieiev/promise-redis",
"random-sentence": "^1.0.4",
"random-word": "^2.0.0",
"redis": "github:NodeRedis/node_redis",
"sharp": "^0.23.4",
"snappy": "^6.2.3",
"snekfetch": "^3.6.4",
"sodium": "^3.0.2",
"ssl-root-cas": "^1.3.1",
"xml2js": "^0.4.23",
"ytdl-core-discord": "github:amishshah/ytdl-core-discord",
"zlib-sync": "^0.1.6"
},
"engines": {
"node": ">=8.5.0"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}