{
	"name": "tinyimg-webpack-plugin",
	"version": "0.1.0",
	"description": "A Webpack Plugin For Compressing Image",
	"keywords": [
		"tinyimg-webpack-plugin",
		"tiny",
		"tinyimg",
		"tinyjpg",
		"tinypng",
		"webpack",
		"plugin",
		"minimizer",
		"compress",
		"image",
		"img",
		"jpg",
		"png"
	],
	"author": {
		"name": "JowayYoung",
		"phone": "18819249731",
		"email": "young.joway@aliyun.com"
	},
	"homepage": "https://github.com/JowayYoung",
	"repository": {
		"type": "git",
		"url": "https://github.com/JowayYoung/tinyimg-webpack-plugin"
	},
	"license": "MIT",
	"type": "module",
	"main": "src/index.js",
	"scripts": {
		"remove": "rimraf node_modules package-lock.json yarn.lock",
		"test": "webpack --config test/webpack.config.js"
	},
	"engines": {
		"node": ">=16.0.0",
		"npm": ">=7.10.0"
	},
	"dependencies": {
		"chalk": "5.0.0",
		"figures": "4.0.0",
		"schema-utils": "4.0.0",
		"trample": "0.4.0"
	},
	"devDependencies": {
		"@babel/core": "7.16.10",
		"@babel/preset-env": "7.16.11",
		"babel-loader": "8.2.3",
		"clean-webpack-plugin": "4.0.0",
		"css-loader": "6.5.1",
		"html-webpack-plugin": "5.5.0",
		"mini-css-extract-plugin": "2.5.2",
		"sass": "1.49.0",
		"sass-loader": "12.4.0",
		"webpack": "5.67.0",
		"webpack-cli": "4.9.1",
		"webpackbar": "5.0.2"
	},
	"peerDependencies": {
		"webpack": ">=5.0.0",
		"webpack-cli": ">=4.0.0"
	}
}