May 2018
Intermediate to advanced
512 pages
11h 3m
English
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.
package.json
{ "name": "local-weather-app", "version": "0.0.0", "license": "MIT", ...
Read now
Unlock full access