0.0.11 • Published 4 years ago
@shanzhai/plugin-helpers v0.0.11
@shanzhai/plugin-helpers

Helpers for searching for plugins during a Shanzhai build.
Usage
This package exports a searchForPlugins function which scans the
package.json file in the current working directory to list all Shanzhai
plugins within the current package and its direct dependencies.
import { searchForPlugins } from "@shanzhai/plugin-helpers";
const anObjectOfPlugins = await searchForPlugins();Dependencies
This package has no runtime dependencies.
Peer Dependencies
This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).