UNPKG

frontity

Version:

Frontity cli and entry point to other packages

16 lines (14 loc) 422 B
import envinfo from "envinfo"; export default async () => { const info = await envinfo.run( { System: ["OS", "CPU", "Memory", "Shell"], Binaries: ["Node", "npm"], Browsers: ["Chrome", "Edge", "Internet Explorer", "Firefox", "Safari"], npmPackages: true, npmGlobalPackages: ["frontity", "npx"], }, { markdown: true, showNotFound: true, duplicates: true } ); return info; };