-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.json
More file actions
33 lines (32 loc) · 916 Bytes
/
modules.json
File metadata and controls
33 lines (32 loc) · 916 Bytes
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
{
"version": "1.0.0",
"description": "LuCLI Module Registry - Central repository for LuCLI modules",
"modules": [
{
"name": "lucli-lint",
"version": "1.0.0",
"description": "A linter for lucli",
"author": "Mark Drew",
"tags": ["lint", "lucli"],
"repository": {
"type": "git",
"url": "https://github.com/cybersonic/lucli-lint.git"
},
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
},
{
"name": "hello-world",
"version": "1.0.0",
"description": "An exmple module that prints 'Hello, World!'",
"author": "Jane Doe",
"tags": ["security", "lucli"],
"repository": {
"type": "git",
"url": "https://github.com/cybersonic/lucli-hello-world.git"
},
"created_at": "2025-01-02T00:00:00Z",
"updated_at": "2025-01-02T00:00:00Z"
}
]
}