12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "my-first-plugin",
|
|
"description": "My first test plugin",
|
|
"version": "0.0.0-2025.11.28",
|
|
"author": {
|
|
"name": "Test User",
|
|
"email": "zhongweili@tubi.tv"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |