mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 02:08:26 +00:00
26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"name": "mycustomfields",
|
|
"version": "0.0.0",
|
|
"description": "A plugin dedicated to developing and testing Custom Fields",
|
|
"strapi": {
|
|
"name": "mycustomfields",
|
|
"description": "A plugin dedicated to developing and testing Custom Fields",
|
|
"kind": "plugin",
|
|
"displayName": "My Custom Fields"
|
|
},
|
|
"dependencies": {},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "A Strapi developer"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=14.19.1 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|