package-json-updater

updater for dependencies in package json

Usage no npm install needed!

<script type="module">
  import packageJsonUpdater from 'https://cdn.skypack.dev/package-json-updater';
</script>

README

package-json-updater

simple updater for dependencies in package json

  • will get a new package.json file with current version of all dependencies and devDependencies and all the other contents will remain the same.

  • helpful for those those who take prototype of package json from old project and using it in current project and need all dependencies with current version.

npm Travis styled with prettier Built with generator-ts-np

Usage

  • Install package-json-updater globally

pkg-json-updater --src=path/to/source/package.json --dest=path/to/dest/new-package.json

Change log

brief change log

Version of ts-np-generator used: used version of ts-np generator

Licence

MIT © Lakshmipriya.mukundan@gmail.com