foxglove/create-foxglove-extension

Engines `@foxglove/studio` is confusing when we also have a `@foxglove/studio` package

defunctzombie opened this issue · 1 comments

For engines we should use foxglovestudio or some non-package looking name. Right now it looks like you have a dependency on @foxglove/studio and it is also an engine.

npm (and possibly other tooling) warn about unknown engines. I'm going to drop this for now, when we need it in the future I think a separate "foxglovestudio": {} entry in package.json will give us more flexibility and avoid colliding with existing tooling.