From 7d57eff4dac395e5626e6040c6ca746b44e24bcc Mon Sep 17 00:00:00 2001 From: sh962214-hub Date: Mon, 8 Jun 2026 11:07:15 -0600 Subject: [PATCH] chore: add npm metadata links --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 556928f..908a069 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,10 @@ "type": "git", "url": "https://github.com/react-native-community/hermes-profile-transformer" }, + "homepage": "https://github.com/react-native-community/hermes-profile-transformer#readme", + "bugs": { + "url": "https://github.com/react-native-community/hermes-profile-transformer/issues" + }, "module": "dist/hermes-tracing-profile-transformer.esm.js", "devDependencies": { "husky": "^4.2.5",