UNPKG

strapi-plugin-reading-time

Version:
13 lines (9 loc) 194 B
'use strict'; const pluginPkg = require('../../package.json'); /** * Returns the plugin id * * @return plugin id */ const pluginId = pluginPkg.strapi.name; module.exports = { pluginId };