{"library":"protopack","title":"Protopack","description":"Protopack is a bundler for rapid prototyping built on Rollup, Babel, and PostCSS. Currently in alpha (v0.0.1-alpha.8), it offers a simple config file and an Express middleware for development. As a work-in-progress, it supports inline styles/scripts and basic HTML output, but lacks hot-reloading, image support, and custom plugin configuration. It differentiates by focusing on prototypes rather than production builds, with a minimal setup.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install protopack"],"cli":{"name":"protopack","version":null}},"imports":["import { build } from 'protopack'","import { middleware } from 'protopack'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// .protopack.config.js\nmodule.exports = {\n  input: './src/index.html',\n  output: './dist/index.html'\n}\n\n// Run: NODE_ENV=production npx protopack build","lang":"javascript","description":"Shows minimal configuration and build command for a prototype using Protopack.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}