UNPKG

runas-core

Version:

The adhesive orchestrator

19 lines (17 loc) 527 B
'use strict'; const toolName = 'runas'; module.exports = { toolName: toolName, toolPkgName: `${toolName}-core`, toolLocalDir: `.${toolName}`, toolKeyword: `${toolName}-recipe`, toolFile: `${toolName}.json`, notBuild: 'not-build', runasFile: `${toolName}.json`, npmFolder: 'node_modules', npmFile: 'package.json', npmDependencies: ['devDependencies', 'dependencies'], functionalTestsKeyword: 'functional-tests', testLauncher: 'node_modules/.bin/mocha', uuid: '288b3227-ba32-440c-8651-28b44d2ecd5d' };