I successfully deployed the test app using zip deployment. Not to deploying my own app. A couple of questions: 1. Do I zip the files with the `node-modules` directory or without? (while installing I always did `npm install --save package_name`). 2. If no `node-modules` is required, do I still keep the dependencies in my `package.json` file?