UNPKG

pkg

Version:

Package your Node.js project into an executable

12 lines (10 loc) 220 B
'use strict'; module.exports = { pkg: { scripts: ['lib/*.js'], deployFiles: [ ['build/Release', 'sharp/build/Release', 'directory'], ['vendor/lib', 'sharp/vendor/lib', 'directory'], ], }, };