Files
2025-11-29 18:27:52 +08:00

13 lines
262 B
JSON

{
"name": "hello-world",
"description": "Example plugin demonstrating basic structure",
"version": "1.0.0",
"author": {
"name": "g-shudy",
"email": "your.email@example.com",
"url": "https://ghsj.me"
},
"commands": [
"./commands"
]
}