{
	"name": "svg-chunk-webpack-plugin",
	"version": "8.1.0",
	"description": "Generate SVG sprites according to entrypoint dependencies. Each page only imports its own svgs, wrapped as a sprite and optimized by svgo",
	"keywords": [
		"svg",
		"svg-sprite",
		"svgo",
		"svgstore",
		"webpack",
		"webpack-plugin",
		"webpack-loader",
		"chunk",
		"optimization",
		"minification",
		"javascript"
	],
	"homepage": "https://github.com/yoriiis/svg-chunk-webpack-plugin",
	"bugs": "https://github.com/yoriiis/svg-chunk-webpack-plugin/issues",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/yoriiis/svg-chunk-webpack-plugin.git"
	},
	"funding": {
		"type": "individual",
		"url": "https://github.com/sponsors/yoriiis"
	},
	"license": "MIT",
	"author": "Yoriiis",
	"type": "module",
	"exports": {
		".": {
			"types": "./types/index.d.ts",
			"import": "./lib/index.js"
		}
	},
	"types": "./types/index.d.ts",
	"files": [
		"lib",
		"types"
	],
	"scripts": {
		"biome:check": "biome check",
		"biome:fix": "biome check --write",
		"build": "rm -rf ./types ./lib && tsc",
		"dev": "tsc --watch",
		"dev:unit": "jest --config ./config/jest.config.js --verbose --coverage --watch",
		"test": "npm run test:unit",
		"test:unit": "jest --config ./config/jest.config.js --verbose --coverage"
	},
	"dependencies": {
		"extend": "^3.0.2",
		"schema-utils": "^4.3.3",
		"svgo": "^4.0.0",
		"svgstore": "^3.0.1"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.3.4",
		"@types/jest": "^30.0.0",
		"@types/tapable": "^2.3.0",
		"@types/webpack": "^5.28.5",
		"jest": "^30.2.0",
		"jest-ts-webcompat-resolver": "^1.0.1",
		"prettier": "^3.6.2",
		"ts-jest": "^29.4.5",
		"typescript": "^5.9.3",
		"webpack": "^5.102.1"
	},
	"peerDependencies": {
		"webpack": ">= 5.80.0"
	},
	"optionalDependencies": {
		"html-webpack-plugin": "^5.6.3"
	},
	"engines": {
		"node": ">=22"
	}
}
