This can be used at the top: ```js import {version, name} from '../package.json'; ``` Then, at the bottom: ```js new Command() .name(name) .version(version) // ... ``` Not sure if that `package.json` can cause any trouble though, mixed comments on the web.
This can be used at the top:
Then, at the bottom:
Not sure if that
package.jsoncan cause any trouble though, mixed comments on the web.