UNPKG

webpack-federation-stats-plugin

Version:
29 lines (28 loc) 1.06 kB
{ "name": "webpack-federation-stats-plugin", "version": "1.1.0", "types": "index.d.ts", "description": "export module federation stats", "main": "FederationStatsPlugin.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish:beta": "npm version prerelease --preid=beta -m \"beta version - %s\" && npm publish --tag beta", "publish:patch": "npm version patch -m \"patch version - %s\" && npm publish", "publish:minor": "npm version minor -m \"minor version - %s\" && npm publish", "publish:major": "npm version major -m \"major version - %s\" && npm publish", "postpublish": "git push && git push --tags" }, "homepage": "https://github.com/DanielAmenou/webpack-federation-stats-plugin#readme", "repository": { "type": "git", "url": "https://github.com/DanielAmenou/webpack-federation-stats-plugin.git" }, "keywords": [ "webpack", "plugin", "module federation", "loadable-components" ], "author": "Daniel Amenou <amenou.daniel@gmail.com>", "license": "MIT" }