The setup command leaves the superpowers.json file in a user's project, but as far as I can tell it's not needed anymore after setup (please correct me if I'm wrong!). We can simplify the logic a bit by taking advantage of esbuild's processing of JSON files into JS objects and keep the user's project a little cleaner: https://esbuild.github.io/content-types/#json.
The setup command leaves the
superpowers.json
file in a user's project, but as far as I can tell it's not needed anymore after setup (please correct me if I'm wrong!). We can simplify the logic a bit by taking advantage of esbuild's processing of JSON files into JS objects and keep the user's project a little cleaner: https://esbuild.github.io/content-types/#json.