module.exports = { version: '0.0.1', main: 'index.js', scripts: { start: 'node index.js' } }