export async function postcondition({readPkg, assert}) {
    const {scripts} = await readPkg();
    assert(scripts[key] === expected);
}