mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"name": "strapi-plugin-my-plugin",
|
|
"version": "0.0.0",
|
|
"description": "This is the description of my plugin.",
|
|
"private": true,
|
|
"strapi": {
|
|
"name": "my-plugin",
|
|
"icon": "plug",
|
|
"description": "Description of my plugin."
|
|
}
|
|
}
|