Package.json is the single most important configuration file that you should be keenly aware of at all times. Your project's scripts, runtime, and development dependencies are stored in this file.
- Open package.json and locate the name and version properties:
package.json { "name": "local-weather-app", "version": "0.0.0", "license": "MIT", ...
- Rename your app to whatever you wish; I will be using localcast-weather
- Set your version number to 1.0.0