mirror of
https://github.com/strapi/strapi.git
synced 2025-07-20 07:27:06 +00:00
6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
import pluginPkg from '../../package.json';
|
|
|
|
const pluginId = pluginPkg.name.replace(/^@strapi\/plugin-/i, '');
|
|
|
|
export default pluginId;
|