UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

8 lines (7 loc) 209 B
import { createRequire } from "module"; const require = createRequire(import.meta.url); // return require(`${process.cwd()}/package.json`); const pkg = (path) => { return require(path); }; export { pkg };