{
	"name": "inline-chunk-html-webpack-plugin",
	"version": "1.0.7",
	"description": "webpack的插件，把js和css资源通过 内联的方式输出到html",
	"repository": {
		"type": "git",
		"url": "https://gitee.com/macrolam/inline-chunk-html-webpack-plugin"
	},
	"keywords": [
		"外联资源转为页面",
		"js压缩混淆",
		"link转为style注入"
	],
	"author": "麦壳儿",
	"license": "ISC",
	"peerDependencies": {
		"webpack": "^5.68.0",
		"webpack-cli": "^4.9.2"
	},
	"dependencies": {
		"webpack": "^5.68.0",
		"webpack-cli": "^4.9.2",
		"clean-css": "^5.2.4",
		"uglify-js": "^3.15.1",
		"css-loader": "^6.6.0",
		"html-webpack-plugin": "^5.5.0"
	}
}
