1const test = require('./test.json'); 2 3module.exports = { 4 ...test 5}; 6 7test.one = 'it comes'; 8