12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"name": "{{MARKETPLACE_NAME}}",
|
|
"owner": "{{OWNER}}",
|
|
"plugins": [
|
|
{
|
|
"name": "{{PLUGIN_NAME}}",
|
|
"source": "./{{PLUGIN_NAME}}",
|
|
"description": "{{PLUGIN_DESCRIPTION}}"
|
|
}
|
|
]
|
|
}
|