SyntaxFix
Write A Post
Hire A Developer
Questions
No. Either use readFile or readFileSync (The latter only at startup time).
readFile
readFileSync
Or use an existing library like
Alternatively write your config in a js file rather then a json file like
module.exports = { // json }