This repository was archived by the owner on Sep 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.64 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.64 KB
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
{
"name": "creative-generation",
"description": "Discord multipurpose Application which helps on Moderating Servers and Streaming(Youtube/Spotify/SoundClound/Customized Music Source) Music to Members.",
"version": "0.0.1-beta",
"deprecated": false,
"private": true,
"main": "index.js",
"engines": {
"node": ">=10.16.3",
"npm": ">=6.12.0"
},
"scripts": {
"launch": "node index.js",
"dev": "node --inspect index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
".npmignore",
".npmrc",
"botmsgs.json",
"CHANGELOG.md",
"config.json",
"index.js",
"LICENSE",
"logs/",
"media/",
"media/regions",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/Zorono/BrownTurb-BOT.git"
},
"homepage": "https://discord.gg/mnE5vdq",
"bugs": {
"url": "https://github.com/Zorono/BrownTurb-BOT/issues"
},
"keywords": [
"Moderating",
"Streaming",
"Discord-bot",
"Discord-api",
"Discordbot",
"Discord-js",
"Discord",
"Management",
"Management-system",
"Fun"
],
"author": "[BR]John_Magdy <[email protected]> (https://facebook.com/BR.Zorono)",
"license": "Apache-2.0",
"dependencies": {
"discord.js": "^14.11.0",
"fs": "^0.0.2",
"giphy-api": "^2.0.2",
"google-images": "^2.1.0",
"log4js": "^6.9.1",
"mime-types": "^2.1.35",
"node-os-utils": "^1.3.7",
"node.extend": "^2.0.2",
"path": "^0.12.7",
"querystring": "^0.2.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"xml2js": "^0.5.0"
},
"packageManager": "[email protected]"
}