ng-bundle-analyzer
Version:
Generate and display treemaps of Angular bundle.
28 lines (27 loc) • 608 B
JSON
{
"name": "ng-bundle-analyzer",
"version": "1.0.25",
"description": "Generate and display treemaps of Angular bundle.",
"main": "index.js",
"keywords": [
"Angular",
"Treemap",
"Bundle",
"Performance",
"Webpack"
],
"author": "Oscar Rosner <oscar.rosner@web.de>",
"license": "MIT",
"dependencies": {
"archiver": "^5.3.0",
"colors": "^1.4.0",
"fs-extra": "^10.0.0",
"log-symbols": "^5.1.0",
"source-map-explorer": "^2.5.2"
},
"bin": {
"ng-bundle-analyzer": "index.js",
"ngba": "index.js"
},
"type": "module"
}