Basically I would like to manage packages in a GUI just by specifying a package name and maybe version, and then godot.package automatically updates to add/remove/change version.
Adding a package could be handled by having an input field that accepts the same package name npm cli would accept, with or without the version tag.
Similar to how rider handles packages, but without searching the registry, just adding/removing

Basically I would like to manage packages in a GUI just by specifying a package name and maybe version, and then
godot.packageautomatically updates to add/remove/change version.Adding a package could be handled by having an input field that accepts the same package name npm cli would accept, with or without the version tag.
Similar to how rider handles packages, but without searching the registry, just adding/removing
