index.js 180 B

12345678
  1. const path = require('path');
  2. module.exports = {
  3. include: `"${__dirname}"`,
  4. gyp: path.join(__dirname, 'node_api.gyp:nothing'),
  5. isNodeApiBuiltin: true,
  6. needsFlag: false
  7. };