I think that the second package.json is exteraneous, the one at /{{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}/package.json.
It's being read from setup.py but I think that setup.py should read the /{{cookiecutter.project_shortname}}/package.json instead, no?
I think that the second
package.jsonis exteraneous, the one at/{{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}/package.json.It's being read from
setup.pybut I think thatsetup.pyshould read the/{{cookiecutter.project_shortname}}/package.jsoninstead, no?