patchwork-mapconverter
Version:
Executable wrapper for https://github.com/ChiefOfGxBxL/WC3MapTranslator
9 lines (7 loc) • 311 B
JavaScript
const pkg = require('./package.json')
console.log(`export const NAME = '${pkg.name}'
export const DESCRIPTION = '${pkg.description}'
export const DISPLAY_NAME = '${pkg.displayName}'
export const VERSION = '${pkg.version}'
export const AUTHOR = '${pkg.author}'
export const LICENSE = '${pkg.license}'`)