2022-07-06 09:45:43 +02:00

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"
}