@bundle-analyzer/webpack-plugin
Version:
Bundle Analyzer webpack plugin.
31 lines (30 loc) • 813 B
JSON
{
"name": "@bundle-analyzer/webpack-plugin",
"description": "Bundle Analyzer webpack plugin.",
"version": "0.5.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"webpack",
"plugin",
"bundle-analyzer",
"bundlesize"
],
"engines": {
"node": ">=8"
},
"license": "MIT",
"scripts": {
"prebuild": "rm -rf lib/",
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/core": "^0.5.1"
},
"gitHead": "07d41607c7f37bf9a053976e1d6d81d5511c2b7a"
}