Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Include package-lock.json * Installs rollup & graceful-fs as dev-dependencies which will be used to wrap JSONCrush in module formats; cjs, esm & umd. * Defines preinstall script to install dev-dependencies & build modules in dist folder * See npm/npm#10366 (comment) * rollup & graceful-fs are only used for build and not required by JSONCrush; therefore they are dev-dependencies * Defines paths to 3 module variants: main, browser & module for cjs, esm and umd modules * Defines path to typescript types definition
- Loading branch information