-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (32 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (32 loc) · 1.05 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
{
"name": "lab-bot",
"license": "AGPL-3.0 license",
"description": "The **Zenth Lab Discord Bot** is an open-source command-driven assistant that allows users to deploy, manage, and interact with cybersecurity and cloud labs directly from Discord. It integrates with the Zenth Cloud infrastructure to provision ephemeral, secure lab environments for training, pentesting, or academic purposes.",
"author": "Zenth Cloud",
"email": "contact@zenthcloud.com",
"private": true,
"version": "0.0.0",
"type": "module",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenthcloud/lab-bot.git"
},
"bugs": {
"url": "https://github.com/zenthcloud/lab-bot/issues"
},
"homepage": "https://github.com/zenthcloud/lab-bot#readme",
"dependencies": {
"discord.js": "^14.20.0",
"dotenv": "^16.5.0",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}