UNPKG

vrrv-installer-builder

Version:

A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box

15 lines (13 loc) 402 B
var jsonFile = require('jsonfile') module.exports = { // jsonfile exports readJson: jsonFile.readFile, readJSON: jsonFile.readFile, readJsonSync: jsonFile.readFileSync, readJSONSync: jsonFile.readFileSync, writeJson: jsonFile.writeFile, writeJSON: jsonFile.writeFile, writeJsonSync: jsonFile.writeFileSync, writeJSONSync: jsonFile.writeFileSync, spaces: 2 // default in fs-extra }