module.exports = () => ({ files: ['lib/**/*.js'], tests: ['test/*.js'], env: {type: 'node'} })