UNPKG

bundler-plate

Version:

A CLI generates a boilerplate and config file for webpack/gulp with the most recommended and commonly used configurations.

27 lines 677 B
{ "name": "bundler-plate", "description": "A CLI generates a boilerplate and config file for webpack/gulp with the most recommended and commonly used configurations.", "homepage": "https://github.com/mahmoudZakaria90/bundler-plate", "repository": "https://github.com/mahmoudZakaria90/bundler-plate", "keywords": [ "webpack", "gulp", "bundler", "build-system", "task-runner" ], "version": "1.6.5", "bin": { "bp": "./index.js" }, "main": "index.js", "license": "MIT", "scripts": {}, "dependencies": { "cfonts": "^2.4.5", "chalk": "^3.0.0", "prettier": "^1.19.1", "prompts": "^2.3.0", "shelljs": "^0.8.3" } }