This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.18 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
{
"name": "kuronekobot-3.0",
"version": "v1.0.0",
"description": "KuronekoBot",
"main": "index.js",
"engines": {
"node": ">=16.6.0",
"npm": ">=7.20.0"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tester",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.7.5",
"@iamtraction/google-translate": "^1.1.2",
"ascii-table": "0.0.9",
"booru": "^2.3.2",
"canvas": "^2.8.0",
"canvas-constructor": "^5.0.1",
"chalk": "^4.1.0",
"colornames": "^1.1.1",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"dateformat": "^5.0.0",
"discord-emoji": "^2.0.0",
"discord-fetch-all": "^3.0.0",
"discord-gamecord": "^1.1.4",
"discord-nsfw": "^1.3.0",
"discord-nsfw-simple": "^1.1.3",
"discord-player": "^5.1.0-dev.1636095464.54bb4b0",
"discord-together": "^1.3.1",
"discord.js": "^13.10.2",
"djs-games": "^2.0.11",
"dotenv": "^10.0.0",
"enmap": "^5.8.7",
"ffmpeg": "^0.0.4",
"figlet": "^1.5.0",
"flip-text": "^1.1.0",
"fs": "0.0.1-security",
"giphy-api": "^2.0.1",
"google-play-scraper": "^8.0.2",
"got": "^11.8.5",
"https": "^1.0.0",
"humanize-duration": "^3.27.2",
"imdb-api": "^4.2.0",
"jimp": "^0.16.0",
"mal-scraper": "^2.11.3",
"mojang-api": "^0.0.2",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.10.7",
"ms": "^2.1.2",
"nekobot-api": "^2.1.0",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.2.0",
"os": "^0.1.1",
"os-utils": "0.0.14",
"path": "^0.12.7",
"pm2": "^5.2.0",
"pretty-ms": "^7.0.0",
"quick.db": "^7.1.3",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"simply-djs": "^2.0.0",
"snekfetch": "^4.0.4",
"superagent": "^6.1.0",
"twemoji-parser": "^13.0.0",
"urban": "^0.3.4",
"urban-dictionary-client": "^3.1.0",
"util": "^0.12.3",
"weky": "^3.1.8",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"node": "16.13.0"
}
}