0.0.4 • Published 8 months ago

prod-package-json v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

1.0.0

9 months ago