{
	"name": "chunks-webpack-plugin",
	"version": "13.1.0",
	"description": "Create HTML files with entrypoints and chunks relations to serve your bundles",
	"keywords": [
		"chunks",
		"chunks-webpack-plugin",
		"plugin",
		"split chunks",
		"webpack"
	],
	"homepage": "https://github.com/yoriiis/chunks-webpack-plugin",
	"bugs": "https://github.com/yoriiis/chunks-webpack-plugin/issues",
	"repository": "https://github.com/yoriiis/chunks-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 --watchAll --verbose --coverage",
		"test": "npm run test:unit",
		"test:unit": "jest --config ./config/jest.config.js --verbose --coverage"
	},
	"dependencies": {
		"schema-utils": "^4.3.3"
	},
	"devDependencies": {
		"@babel/core": "^7.28.5",
		"@biomejs/biome": "^2.3.4",
		"@types/fs-extra": "^11.0.4",
		"@types/jest": "^29.5.0",
		"@types/tapable": "^2.3.0",
		"@types/webpack": "^5.28.5",
		"babel-loader": "^10.0.0",
		"coveralls": "^3.1.1",
		"jest": "^29.7.0",
		"prettier": "^3.6.2",
		"ts-jest": "^29.4.5",
		"typescript": "^5.9.3",
		"webpack": "^5.102.1"
	},
	"peerDependencies": {
		"webpack": "^5.0.0"
	},
	"engines": {
		"node": ">=22"
	}
}
