UNPKG

@khulnasoft/pwned

Version:

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

11 lines 216 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