12 lines
211 B
JSON
Raw Normal View History

{
2025-06-30 10:44:54 +08:00
"name": "ExamplePlugin",
"version": "1.0.0",
"description": "Example plugin for the server",
"author": "Your Name",
"main": "index.js",
"dependencies": [],
"config": {
"enabled": false
}
}