mirror of
https://github.com/strapi/strapi.git
synced 2025-07-26 02:20:32 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
![]() |
import pluginPkg from '../../package.json';
|
||
|
|
||
|
const pluginId = pluginPkg.name.replace(/^strapi-plugin-/i, '');
|
||
|
|
||
|
export default pluginId;
|