0.0.6 • Published 3 years ago

rollup-generate-package-json v0.0.6

Weekly downloads
226
License
MIT
Repository
-
Last release
3 years ago

rollup-generate-package-json

Description

When this plugin is added it will read the local package.json and emit an asset package.json with only the dependencies that are listed in external

Usage

import generatePkgJson from 'rollup-generate-package-json'

export default {
    input: './src/index.ts',
    external: [
      /* dependencies to include */
      depOne
      ],
    plugins: [
        /* other plugins */
        generatePkgJson()
    ],
}
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago