export async function apply({readPkg, read, write}) {
    const {repository} = await readPkg();
    const repo = slug(repository);
    const operations = [[needle(repo), () => replacement(repo)]];
    await replace(operations, [filename], {read, write, method: replace.all});