UNPKG

@quasar/cli

Version:

Quasar Framework - the Global CLI

9 lines (7 loc) 156 B
import { readFileSync } from 'node:fs' export const cliPkg = JSON.parse( readFileSync( new URL('../package.json', import.meta.url), 'utf8' ) )