var name = "@strapi/plugin-users-permissions";
var strapi = {
    displayName: "Roles & Permissions",
    name: "users-permissions",
    description: "Protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.",
    required: true,
    kind: "plugin"
};

export { name, strapi };
//# sourceMappingURL=package.json.mjs.map
