-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
68 lines (68 loc) · 1.95 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
{
"name": "komugari",
"version": "0.7.6",
"description": "A simple, multi-functional Discord bot with a focus around anime and NSFW!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": "github:Mitorisia/Komugari",
"bugs": {
"url": "https://github.com/Mitorisia/Komugari/issues"
},
"homepage": "https://github.com/Mitorisia/Komugari#readme",
"directories": {
"doc": "docs"
},
"keywords": [
"discord",
"bot",
"discord.js-commando",
"discord.js"
],
"engines": {
"node": ">= 8.11.3",
"npm": ">= 6.2.0"
},
"author": "Mitorisia / Mako#8739",
"license": "ISC",
"dependencies": {
"animequote": "^1.1.1",
"booru": "^0.3.6",
"bufferutil": "^3.0.2",
"cleverbot-node": "^0.3.11",
"common-tags": "^1.4.0",
"discord.js": "github:hydrabolt/discord.js",
"dotenv": "^4.0.0",
"erlpack": "github:hammerandchisel/erlpack",
"escape-string-regexp": "^1.0.5",
"gifencoder": "^1.1.0",
"google-images": "^2.1.0",
"google-translate-api": "^2.3.0",
"https": "^1.0.0",
"jimp": "^0.2.28",
"kitsu.js": "^2.0.0",
"libsodium-wrappers": "^0.7.0",
"mathjs": "^3.16.5",
"moment": "^2.22.2",
"moment-duration-format": "^1.3.0",
"node-osu": "^1.3.0",
"os-toolbox": "^0.2.9",
"pornsearch": "^2.2.5",
"random-puppy": "^1.1.0",
"relevant-urban": "^2.0.0",
"request": "^2.83.0",
"require-all": "^2.2.0",
"sherlockjs": "^1.3.7",
"snekfetch": "^4.0.4",
"util": "^0.10.3",
"uws": "^8.14.1",
"wanakana": "^2.3.1",
"wikijs": "^3.1.4",
"ws": "^3.2.0",
"youtube-node": "^1.3.2",
"zalgolize": "^1.2.4"
},
"false": {}
}