radovanpelka/Edit or Read any JSON

Edit or Read the content of any json file or the package.json that you want.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe path of the target json file, for example "package.json".nopackage.json
replaceWithJSON data for changing "package.json" - If a key exists in both objects and both values are objects, the two values will be recursively merged otherwise the value from the second object will be used.no
namedescription
namename field in package.json
enginesengines field in package.json
versionversion field in package.json, Version must be parseable by node-semver, which is bundled with npm as a dependency.
descriptiondescription field in package.json, This helps people discover your package, as it's listed in 'npm search'.
authorauthor field in package.json
homepagehomepage field in package.json, The url to the project homepage.
licenselicense field in package.json, You should specify a license for your package so that people know how they are permitted to use it, and any restrictions you're placing on it.
privateprivate field in package.json
keywordskeywords field in package.json, This helps people discover your package as it's listed in 'npm search'.
repositorykeywords field in package.json, Specify the place where your code lives. This is helpful for people who want to contribute.
osos field in package.json, Specify which operating systems your module will run on.
cpucpu field in package.json, Specify that your code only runs on certain cpu architectures.