// Variables used by Scriptable. // These must be at the very top of the file. Do not edit. // icon-color: gray; icon-glyph: magic; // Defaults to the latest version and no automatic update; if the file exists, just use it const moment = await require('moment'); // Use any SemVer options to specify a version you want // Refer to the calculator here: https://semver.npmjs.com/ const lodash = await require('lodash@^3.9.1'); // Pass the second parameter to auto-update or force-download to satisfy the version specified const d3 = await require('d3@>5.3.0', true); console.log(moment());