UNPKG

129 BJavaScriptView Raw
1const ConfigStore = require('configstore');
2const pkg = require('../package.json');
3
4module.exports = new ConfigStore(pkg.name);