I have a writable obj defined in my stores.js as
export const opts = writable({});
in one of my components, I set
$opts = {"key1": 0, ...};