UNPKG

strapi-plugin-transformer

Version:

A plugin for Strapi Headless CMS that provides the ability to transform the API request and/or response.

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 };