rollup-plugin-generate-package-json
Package generator
Automates generation of a minimal package.json file based on Rollup bundle contents
Generate package.json file with packages from your bundle using Rollup
33 stars
2 watching
6 forks
Language: JavaScript
last commit: about 5 years ago generatejsonpackagerolluprollup-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
vladshcherbin/rollup-plugin-copy | A plugin for Rollup that copies files and folders with glob support | 271 |
vladshcherbin/rollup-plugin-svg-sprite | Automatically generates an optimized SVG sprite from your application's bundle using Rollup and SVGO. | 21 |
rollup/rollup-starter-lib | A bare-bones example of how to create a JavaScript library using Rollup, including importing and converting CommonJS modules. | 970 |
azerella/rollup-plugin-manifest-json | Generates a web application manifest file for Rollup builds. | 13 |
vladshcherbin/rollup-plugin-delete | A Rollup plugin for deleting unwanted files and folders from the build process. | 69 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
juliendargelos/rollup-plugin-emit-ejs | A plugin that generates HTML files from EJS templates using Rollup | 3 |
petlack/rollup-plugin-jsonlines | A Rollup plugin to import JSON Lines files as arrays | 5 |
phamann/rollup-plugin-hash | Generates unique hash-based filenames for static resources in bundle outputs. | 47 |
djhouseknecht/rollup-plugin-version-injector | A Rollup plugin to inject version numbers and dates into generated files at build time. | 12 |
thgh/rollup-plugin-serve | Serves rolled-up bundles similar to webpack-dev-server | 248 |
eight04/rollup-plugin-external-globals | Transforms external imports into global variables in Rollup plugins | 106 |
trysound/rollup-plugin-string | Converts text files to JavaScript modules | 85 |
btmorex/rollup-plugin-make | Builds dependency files suitable for make automation in JavaScript projects. | 2 |
amarcruz/rollup-plugin-jscc | Enables conditional compilation and variable replacement during Rollup processing. | 58 |