diff --git a/package.json b/package.json index e89e1a63..822b6bcc 100644 --- a/package.json +++ b/package.json @@ -56,17 +56,26 @@ "tapable": "^2.0.0" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + }, "keywords": [ - "webpack", + "rspack", "plugin", "html", - "html-webpack-plugin" + "html-rspack-plugin" ], - "bugs": "https://github.com/jantimon/html-webpack-plugin/issues", - "homepage": "https://github.com/jantimon/html-webpack-plugin", - "repository": "https://github.com/jantimon/html-webpack-plugin.git", + "bugs": "https://github.com/rspack-contrib/html-rspack-plugin/issues", + "homepage": "https://github.com/rspack-contrib/html-rspack-plugin", + "repository": "https://github.com/rspack-contrib/html-rspack-plugin.git", "engines": { "node": ">=10.13.0" },