-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.38 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
{
"name": "vortex-deploy",
"version": "1.0.0",
"description": "🚀 Vortex Deploy — A next-gen Discord bot to manage your Pterodactyl panel with stunning embeds, real-time uptime, and smooth automation.",
"main": "index.js",
"type": "module",
"author": {
"name": "Okami (Developer: Abinash)",
"url": "https://discord.gg/N5Jy9XdV2b"
},
"repository": {
"type": "git",
"url": "https://github.com/VortexDeploy/VortexDeployBot"
},
"bugs": {
"url": "https://discord.gg/N5Jy9XdV2b",
"email": "mranoymous699@gmail.com"
},
"homepage": "",
"license": "MIT",
"scripts": {
"start": "node index.js",
"deploy": "node src/deploy-commands.js",
"dev": "nodemon index.js",
"lint": "eslint ."
},
"keywords": [
"discord",
"discord-bot",
"pterodactyl",
"vortex",
"vortex-deploy",
"okami",
"server-management",
"hosting-bot",
"automation",
"modern",
"professional"
],
"dependencies": {
"chalk": "^5.3.0",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"mongoose": "^8.7.0",
"moment-timezone": "^0.5.45",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"nodemon": "^3.1.4",
"eslint": "^9.14.0"
},
"engines": {
"node": ">=18.0.0"
},
"vortexdeploy": {
"branding": "⚡ Made by Okami | Vortex Deploy",
"timezone": "Asia/Kolkata",
"theme": "dark-premium"
}
}