Set a project start folder for build

I have a git repository, where the actual application (package.json) is not in the root folder, it is in a sub folder. I now get the following error during build:

[!] No package.json file found in root of project.

Is there a way to specify the start folder of the application for the build process?