I have a plugin architecture in my new package. The plugins are regular npm modules. I want to register my package as an “engine” for the plugins to reference in their package.json just like Node and Atom. The only package.json doc I could find on the web just assumed the engine was Node.
How does Atom (apm) register as an engine?