/simple-shrinkwrap

Command line tool to make shrinkwrap node_modules with only package names and versions

Primary LanguageJavaScript

simple-shrinkwrap

A command-line tool to perform make an npm compatible npm-shrinkwrap file with only the necessary information.

Uses npm-shrinkwrap to provide node_modules/package.json validation. Additionally, defaults to perform 'dev' installs unless '--production' argument is used.

# dev build (simple-shrinkwrap will save dependencies and devDependencies)
simple-shrinkwrap

# prod build (simple-shrinkwrap will save only dependencies);
simple-shrinkwrap --production