UNPKG

@grept/node-plugin

Version:

Plugin for @grt/core. Help to manage nodejs versions of your repos

22 lines 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLUGIN_NAME = 'node'; exports.DEFAULT = { nvm: true, engines: true, }; exports.META = [ { name: 'nvm', type: 'boolean', description: 'Search or not in .nvmrc', defaultValue: exports.DEFAULT.nvm, }, { name: 'engines', type: 'boolean', description: 'Search or not in engines section of package.json', defaultValue: exports.DEFAULT.engines, } ]; //# sourceMappingURL=constants.js.map