0.0.4 • Published 7 months ago

prod-package-json v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

prod-package-json

This library can help minify the package.json file when building the production version.

Usage

import prodJson from 'prod-package-json'


prodJson.save({
  sourcePath = './package.json',
  targetDir = './dist',
  fields: ['devDependencies'],
  scripts: {
    'start': 'node ./dist/index.js'
  }
});
0.0.4

7 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

1.0.0

8 months ago