UNPKG

runas-contexts

Version:
13 lines (9 loc) 255 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('npm-library') >= 0 } }