UNPKG

runas-contexts

Version:
14 lines (9 loc) 257 B
'use strict' const fsUtils = require('../../lib/fsUtils') module.exports = { check() { const pkgfile = fsUtils.readConfig('package.json', true) return pkgfile.keywords !== undefined && pkgfile.keywords.indexOf('runas-recipe') >= 0 } }