UNPKG

pwned

Version:

A command-line tool for querying the 'Have I been pwned?' service.

9 lines 218 B
import Conf from 'conf'; import { pkg } from './utils/pkg.js'; export const config = new Conf({ projectName: pkg.name, schema: { apiKey: { type: 'string' }, }, }); //# sourceMappingURL=config.js.map