Make fevmate compatible with Foundry's dependency installation while retaining version consistency with a package.json file. I'd love to do: ```sh $ forge install wadealexc/fevmate@v1.0.3 ``` While having this dependency declaration in my package.json: ```json "fevmate": "1.0.3", ```
Make fevmate compatible with Foundry's dependency installation while retaining version consistency with a package.json file.
I'd love to do:
While having this dependency declaration in my package.json: