mirror of
https://github.com/strapi/strapi.git
synced 2025-07-31 04:45:54 +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;
|