The package.json.main property is set as `"main": "lib/index.js",`, a file that does not exist. I expected main to be set as `"main": "lib/cli.js",`.