forked from TahaAzhar36/REAPER-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.55 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": "reaper-2.0",
"version": "v7.0.0-stable",
"description": "An Open Source discord bot with lots of features",
"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": {
"@discord-player/downloader": "^3.0.1",
"@discordjs/builders": "^0.6.0",
"@discordjs/opus": "^0.6.0",
"@iamtraction/google-translate": "^1.1.2",
"alexflipnote.js": "^2.5.0",
"ascii-table": "0.0.9",
"booru": "^2.3.2",
"canvas": "^2.8.0",
"canvas-constructor": "^5.0.1",
"chalk": "^4.1.1",
"colornames": "^1.1.1",
"common-tags": "^1.8.0",
"config.json": "0.0.4",
"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",
"discord-together": "^1.1.62",
"discord.js": "^13.1.0",
"djs-games": "^2.0.11",
"dotenv": "^10.0.0",
"enmap": "^5.8.7",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.0",
"flip-text": "^1.1.0",
"fs": "0.0.1-security",
"fs-nextra": "^0.5.1",
"giphy-api": "^2.0.1",
"google-play-scraper": "^8.0.2",
"got": "^11.5.1",
"imdb-api": "^4.2.0",
"jimp": "^0.16.0",
"mal-scraper": "^2.11.3",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.10.7",
"ms": "^2.1.2",
"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",
"pretty-ms": "^7.0.0",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"run": "^1.4.0",
"simple-youtube-api": "^5.2.1",
"simply-djs": "^2.0.0",
"snekfetch": "^4.0.4",
"superagent": "^6.1.0",
"twemoji-parser": "^13.0.0",
"urban": "^0.3.2",
"util": "^0.12.3",
"ytdl-core": "^4.9.1",
"ytdl-core-discord": "^1.2.4"
},
"devDependencies": {
"node": "16.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simpleboy353/REAPER-2.0.git"
},
"keywords": [
"open-source",
"discord",
"discord-bot",
"discord.js",
"multi-purpose-bot"
],
"bugs": {
"url": "https://github.com/Simpleboy353/REAPER-2.0/issues"
},
"homepage": "https://github.com/Simpleboy353/REAPER-2.0#readme"
}